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