Files
iddaai-fe/src/components/matches/index.ts
T
fahricansecer fc7a1ba567
Deploy Iddaai Frontend / build-and-deploy (push) Successful in 4m0s
first
2026-04-16 13:36:34 +03:00

8 lines
422 B
TypeScript

export { default as MatchCard } from "./match-card";
export { default as MatchList } from "./match-list";
export { default as SportFilter } from "./sport-filter";
export { default as LeagueSidebar } from "./league-sidebar";
export { default as PredictionCard } from "./prediction-card";
export { default as MatchDetailContent } from "./match-detail-content";
export { default as MatchesContent } from "./matches-content";