Skip to content

Commit

Permalink
hotfix: fix relative import
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavilien committed Feb 4, 2025
1 parent c020514 commit 4bcc1c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/controllers/ProjectsController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import Team from "../models/Team";
import { bad, error, notFound } from "../util/error";
import { getTartanHacks } from "./EventController";
import { findUserTeam } from "./TeamController";
import CheckinItem from "src/models/CheckinItem";
import Checkin from "src/models/Checkin";
import CheckinItem from "../models/CheckinItem";
import Checkin from "../models/Checkin";

const GRAND_PRIZE_NAME = "Scott Krulcik Grand Prize";

Expand Down

0 comments on commit 4bcc1c5

Please sign in to comment.