Fix more modal paths

This commit is contained in:
thepaperpilot 2024-04-12 07:08:17 -05:00
parent 394c3c0af0
commit 481b63618e
2 changed files with 3 additions and 3 deletions

View file

@ -1,8 +1,8 @@
import { LoadablePlayerData } from "components/saves/SavesManager.vue";
import { LoadablePlayerData } from "components/modals/SavesManager.vue";
import player, { Player, stringifySave } from "game/player";
import settings from "game/settings";
import { GalaxyApi, initGalaxy } from "unofficial-galaxy-sdk";
import LZString from "lz-string";
import { GalaxyApi, initGalaxy } from "unofficial-galaxy-sdk";
import { ref } from "vue";
import { decodeSave, loadSave, save, setupInitialStore } from "./save";

View file

@ -1,4 +1,4 @@
import { LoadablePlayerData } from "components/saves/SavesManager.vue";
import { LoadablePlayerData } from "components/modals/SavesManager.vue";
import projInfo from "data/projInfo.json";
import { globalBus } from "game/events";
import type { Player } from "game/player";