generated from VLADIMIR/template_frontend
linters
This commit is contained in:
+4
-4
@@ -1,8 +1,8 @@
|
||||
// stores/auth.ts
|
||||
import { type User } from '@/api/generated/crabs/evening_detective_server';
|
||||
import { buildClient, getURL } from '@/api/generated/crabs/evening_detective_server/client';
|
||||
import { defineStore } from 'pinia';
|
||||
import { ref, computed } from 'vue';
|
||||
import { computed,ref } from 'vue';
|
||||
|
||||
import { type User } from '@/api/generated/crabs/evening_detective_server';
|
||||
import { buildClient } from '@/api/generated/crabs/evening_detective_server/client';
|
||||
|
||||
export const useAuthStore = defineStore('auth', () => {
|
||||
// ===== STATE =====
|
||||
|
||||
Reference in New Issue
Block a user