Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack-Papel committed Dec 29, 2024
1 parent 349c8d3 commit 316ea26
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion client/src/components/gameModeSettings/OutlineSelector.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React, { ReactElement, useCallback, useContext } from "react";
import "./outlineSelector.css";
import translate from "../../game/lang";
import { getAllRoles, getRolesFromRoleSet, ROLE_SETS, RoleList, RoleOutline, RoleOutlineOption, simplifyRoleOutline, translateRoleOutline, translateRoleOutlineOption} from "../../game/roleListState.d";
import { Role, roleJsonData } from "../../game/roleState.d";
import { Role } from "../../game/roleState.d";
import Icon from "../Icon";
import { DragAndDrop } from "../DragAndDrop";
import { GameModeContext } from "./GameModesEditor";
Expand Down
5 changes: 2 additions & 3 deletions client/src/menu/Settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ import "./settings.css";
import translate, { Language, languageName, LANGUAGES, switchLanguage } from "../game/lang";
import StyledText, { computeKeywordData } from "../components/StyledText";
import Icon from "../components/Icon";
import { loadSettingsParsed, RoleSpecificMenuType, saveSettings } from "../game/localStorage";
import { MobileContext, AnchorControllerContext, ANCHOR_CONTROLLER } from "./Anchor";
import { Role } from "../game/roleState.d";
import { loadSettingsParsed, saveSettings } from "../game/localStorage";
import { AnchorControllerContext, ANCHOR_CONTROLLER } from "./Anchor";
import AudioController from "./AudioController";
import CheckBox from "../components/CheckBox";
import { DragAndDrop } from "../components/DragAndDrop";
Expand Down

0 comments on commit 316ea26

Please sign in to comment.