import { createStateScopeMap } from '@/ui/utilities/recoil-scope/utils/createStateScopeMap'; export const isViewBarExpandedScopedState = createStateScopeMap({ key: 'isViewBarExpandedScopedState', defaultValue: true, });