Skip to content

Commit

Permalink
fix(webapp): card type import
Browse files Browse the repository at this point in the history
  • Loading branch information
ben196888 committed Jul 1, 2024
1 parent 58b8794 commit 35aee6f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { PlayerID } from "boardgame.io";
import { findContribution } from "./projectSlot.utils";
import { ProjectSlot } from "./projectSlot";
import { JobName } from "@/game/card";
import { JobName } from "../../../card";

const hasWorker = (state: ProjectSlot, jobName: JobName, playerId: PlayerID): boolean => {
const contribution = findContribution(state.contributions, jobName, playerId);
Expand Down

0 comments on commit 35aee6f

Please sign in to comment.