Sort imports and add spacing in index.vue

This commit is contained in:
2025-08-14 15:27:30 +02:00
parent f7715bb494
commit 1ec98f2bf3

View File

@@ -18,6 +18,7 @@ const { data } = useAuth();
import { ref, onMounted } from "vue";
import { useSystemStore } from "~/stores/system";
import { useListasStore } from "~/stores/listas";
const listasStore = useListasStore();
const systemStore = useSystemStore();