import { createScopedFamilyState } from '@/ui/utilities/recoil-scope/utils/createScopedFamilyState'; export const noneScopedFamilyState = createScopedFamilyState({ key: 'noneScopedFamilyState', defaultValue: null, });