import { createComponentState } from '@/ui/utilities/state/component-state/utils/createComponentState'; export const entityCountInCurrentViewComponentState = createComponentState({ key: 'entityCountInCurrentViewComponentState', defaultValue: 0, });