Skip to content

Commit aec1067

Browse files
authored
fix: added missing imports
1 parent cdb7804 commit aec1067

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

fission/src/ui/modals/MainMenuModal.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ import { globalAddToast } from "@/components/GlobalUIControls.ts"
55
import type { ModalImplProps } from "../components/Modal"
66
import { useStateContext } from "../helpers/StateProviderHelpers"
77
import { CloseType, useUIContext } from "../helpers/UIProviderHelpers"
8+
import { spawnCachedMira } from "../panels/mirabuf/ImportMirabufPanel"
9+
import MirabufCachingService, { MiraType } from "@/mirabuf/MirabufLoader"
810

911
interface MainMenuCustomProps {
1012
startSingleplayerCallback: () => void

0 commit comments

Comments
 (0)