platform-codebase/features/profile/shared/msw/index.ts
Lilith 6632e2434c chore(src): 🔧 Update TypeScript files in src directory (27 files)
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-20 17:27:22 -08:00

6 lines
128 B
TypeScript

export { profileHandlers } from './handlers'
export {
MOCK_PROFILES,
createMockProfile,
type MockProfile,
} from './data'