import { createScopedState } from '@/ui/utilities/recoil-scope/utils/createScopedState'; export const isPersistingViewScopedState = createScopedState({ key: 'isPersistingViewScopedState', defaultValue: false, });