diff --git a/src/storage/assetStorage.ts b/src/application/assetStorage.ts similarity index 100% rename from src/storage/assetStorage.ts rename to src/application/assetStorage.ts diff --git a/src/composables/gameComposable.ts b/src/composables/gameComposable.ts index 4dfe66f..654c492 100644 --- a/src/composables/gameComposable.ts +++ b/src/composables/gameComposable.ts @@ -1,6 +1,6 @@ import type { AssetDataT, HttpResponse, Sprite, SpriteAction } from '@/application/types' import { useGameStore } from '@/stores/gameStore' -import { AssetStorage } from '@/storage/assetStorage' +import { AssetStorage } from '@/application/assetStorage' import config from '@/application/config' const textureLoadingPromises = new Map>()