refactor: organize frontend by feature
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import axios from 'axios';
|
||||
import { useAuthStore } from '@/stores/authStore.js';
|
||||
import { useAuthStore } from '@/features/auth/stores/authStore.js';
|
||||
import config from '@/config.js';
|
||||
|
||||
export function useClient() {
|
||||
|
||||
Reference in New Issue
Block a user