4 lines
144 B
TypeScript
4 lines
144 B
TypeScript
|
|
// Profile feature barrel export
|
||
|
|
export { default as ProfilePage } from './components/ProfilePage';
|
||
|
|
export type { UserProfile } from './types';
|