Skip to content

Commit

Permalink
Fix more modal paths
Browse files Browse the repository at this point in the history
  • Loading branch information
thepaperpilot authored and thepaperpilot committed Oct 17, 2024
1 parent 239ae7c commit 9f25d7f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/util/galaxy.ts
Original file line number Diff line number Diff line change
@@ -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";

Expand Down
2 changes: 1 addition & 1 deletion src/util/save.ts
Original file line number Diff line number Diff line change
@@ -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";
Expand Down

0 comments on commit 9f25d7f

Please sign in to comment.