modified: serv_nginx/bbvue/src/stores/auth.js

change import to user
This commit is contained in:
2025-10-20 21:23:28 +05:00
parent eadb9e33eb
commit ca22f1cbcb
+1 -1
View File
@@ -3,7 +3,7 @@ import { defineStore } from 'pinia'
import { ref, computed } from 'vue' import { ref, computed } from 'vue'
import { apiClient, withLoading } from './helpers/api' import { apiClient, withLoading } from './helpers/api'
import { handleApiError } from './helpers/api'; import { handleApiError } from './helpers/api';
import { userStore } from './user_store' import { userStore } from './user'
export const useAuthStore = defineStore('auth', () => { export const useAuthStore = defineStore('auth', () => {
// State // State