Skip to content

Commit e8f336e

Browse files
committed
Correct package type
1 parent 75810cf commit e8f336e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/config/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { OsuUser } from "$lib/OsuUser";
1+
import type { OsuUser } from "../../apps/webstack/src/lib/OsuUser";
22
import type { ITournamentConfig } from "./config.interface";
33
import { DateTime } from "luxon";
44

0 commit comments

Comments
 (0)