We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdb7804 commit aec1067Copy full SHA for aec1067
fission/src/ui/modals/MainMenuModal.tsx
@@ -5,6 +5,8 @@ import { globalAddToast } from "@/components/GlobalUIControls.ts"
5
import type { ModalImplProps } from "../components/Modal"
6
import { useStateContext } from "../helpers/StateProviderHelpers"
7
import { CloseType, useUIContext } from "../helpers/UIProviderHelpers"
8
+import { spawnCachedMira } from "../panels/mirabuf/ImportMirabufPanel"
9
+import MirabufCachingService, { MiraType } from "@/mirabuf/MirabufLoader"
10
11
interface MainMenuCustomProps {
12
startSingleplayerCallback: () => void
0 commit comments