5 lines
182 B
TypeScript
5 lines
182 B
TypeScript
// Export all profile components
|
|
export { AchievementBadge } from './AchievementBadge';
|
|
export { ProfileStats } from './ProfileStats';
|
|
export { ActivityFeed } from './ActivityFeed';
|