hotfix: add useAuthStore import to Sidebar.tsx
This commit is contained in:
@@ -8,6 +8,7 @@ import { usePluginStore } from '@/store/pluginStore';
|
||||
import * as LucideIcons from 'lucide-react';
|
||||
import { useMenuOrder } from '@/api/users';
|
||||
import { usePermission } from '@/hooks/usePermission';
|
||||
import { useAuthStore } from '@/store/authStore';
|
||||
|
||||
interface NavSingleItem {
|
||||
to: string;
|
||||
|
||||
Reference in New Issue
Block a user