Sort imports and add spacing in index.vue
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user