Moved assetManager partials into their own folder for better maintainability

This commit is contained in:
2024-07-21 20:19:47 +02:00
parent a7bf51fa7e
commit 7afb018467
10 changed files with 17 additions and 8 deletions

View File

@ -9,7 +9,7 @@
</template>
<script setup lang="ts">
import { ref, watch } from 'vue'
import { ref } from 'vue'
import type { Ref } from 'vue'
interface Props {