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

9 lines
382 B
TypeScript

// Export all match components
export { MatchCard } from './MatchCard';
export { MatchTimer } from './MatchTimer';
export { MatchStatusBadge } from './MatchStatusBadge';
export { RoundIndicator } from './RoundIndicator';
export { ServiceStatusGrid } from './ServiceStatusGrid';
export { FlagSubmitForm } from './FlagSubmitForm';
export { MatchConfigForm } from './MatchConfigForm';