upd
This commit is contained in:
8
src/components/match/index.ts
Normal file
8
src/components/match/index.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
// 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';
|
||||
Reference in New Issue
Block a user