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