Skip to content

Commit

Permalink
fix: Updated names of classes to build
Browse files Browse the repository at this point in the history
  • Loading branch information
Proximitynow19 committed Mar 17, 2024
1 parent 8e0c7ea commit 0b1fdc3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/util/types/index.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
export type APIResponse = any;

export * from "./General";
export * from "./League";
export * from "./User";
export * from "./Leaderboard";
export * from "./Record";
export * from "./News";
export * from "./general";
export * from "./league";
export * from "./user";
export * from "./leaderboard";
export * from "./record";
export * from "./news";

0 comments on commit 0b1fdc3

Please sign in to comment.