chore(client): update sctucture after switching to vite
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { User } from '@/types/user';
|
||||
import { create } from 'zustand';
|
||||
import { devtools, persist } from 'zustand/middleware';
|
||||
import { User } from '../types/user';
|
||||
|
||||
const userInfo = localStorage.getItem('userInfo');
|
||||
|
||||
|
Reference in New Issue
Block a user