Skip to content

Commit bc26331

Browse files
committed
chore: import via alias instead of using relative path
1 parent 841dbe3 commit bc26331

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/ts/db.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ import {
2626
SnapshotResult,
2727
SnapshotUserTag,
2828
} from "./constants/default-snapshot";
29-
import { FunboxMetadata } from "../../../packages/funbox/src/types";
3029
import { getFirstDayOfTheWeek } from "./utils/date-and-time";
3130
import { Language } from "@monkeytype/schemas/languages";
3231
import * as AuthEvent from "./observables/auth-event";
@@ -41,6 +40,7 @@ import {
4140
} from "./states/snapshot";
4241
import { XpBreakdown } from "@monkeytype/schemas/results";
4342
import { setXpBarData } from "./states/header";
43+
import { FunboxMetadata } from "@monkeytype/funbox";
4444

4545
let dbSnapshot: Snapshot | undefined;
4646
const firstDayOfTheWeek = getFirstDayOfTheWeek();

0 commit comments

Comments
 (0)