Skip to content

Commit

Permalink
Correct package type
Browse files Browse the repository at this point in the history
  • Loading branch information
MiraiSubject committed Apr 1, 2023
1 parent 75810cf commit e8f336e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/config/config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { OsuUser } from "$lib/OsuUser";
import type { OsuUser } from "../../apps/webstack/src/lib/OsuUser";
import type { ITournamentConfig } from "./config.interface";
import { DateTime } from "luxon";

Expand Down

0 comments on commit e8f336e

Please sign in to comment.