Skip to content

Commit

Permalink
Fix index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Drarig29 committed Apr 9, 2023
1 parent 1ea801f commit 24c37e6
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
import { GrandFinalType, Result, RoundRobinMode, SeedOrdering, StageType } from './unions';
import { InputStage, Seeding, CustomParticipant, StageSettings } from './input';
import { Participant, Stage, Group, Round, Match, MatchGame } from './storage';
import { MatchResults, ParticipantResult, Status } from './other';

export {
GrandFinalType, Result, RoundRobinMode, SeedOrdering, StageType,
InputStage, Seeding, CustomParticipant, StageSettings,
Participant, Stage, Group, Round, Match, MatchGame,
MatchResults, ParticipantResult, Status,
};
export * from './unions';
export * from './input';
export * from './storage';
export * from './other';

0 comments on commit 24c37e6

Please sign in to comment.