Upgraded dependencies, bumped to Node 24.
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
<script setup>
|
||||
import Scenes from '#/components/scenes/scenes.vue';
|
||||
import Stash from '#/components/stashes/stash.vue';
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<Stash>
|
||||
<Scenes />
|
||||
</Stash>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import Stash from '#/components/stashes/stash.vue';
|
||||
import Scenes from '#/components/scenes/scenes.vue';
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user