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