finish moving setup to own webapp

This commit is contained in:
2023-07-17 16:14:46 +02:00
parent 7f08269796
commit 98ac5c8dfc
23 changed files with 299 additions and 289 deletions

View File

@@ -32,7 +32,7 @@
</template>
<script>
import { useBackendStore } from '@/stores/backendStore';
import { useBackendStore } from '@/stores/backendStore.js';
import { mapStores } from 'pinia';
export default {