Portalweb/src/features/profile/index.ts

4 lines
144 B
TypeScript

// Profile feature barrel export
export { default as ProfilePage } from './components/ProfilePage';
export type { UserProfile } from './types';