platform-codebase/features/attributes/shared/msw/data/index.ts
2026-02-23 16:00:09 -08:00

3 lines
142 B
TypeScript

export { MOCK_ATTRIBUTE_DEFINITIONS } from './definitions'
export { publishedStore } from './published'
export { draftStore } from './drafts'