Files
front/src/components/profile/index.ts
2026-08-12 19:30:17 +03:00

5 lines
182 B
TypeScript

// Export all profile components
export { AchievementBadge } from './AchievementBadge';
export { ProfileStats } from './ProfileStats';
export { ActivityFeed } from './ActivityFeed';