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