mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-22 17:51:12 -05:00
Update sidebar to remove unused import
Remove the unused `useSidebar` import from the `AdminSidebar` component. Replit-Commit-Author: Agent Replit-Commit-Session-Id: e0cbed76-4668-44f7-95b4-a456009b318d Replit-Commit-Checkpoint-Type: intermediate_checkpoint
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import { LayoutDashboard, FileText, Flag, Users, Settings, ArrowLeft, ScrollText } from 'lucide-react';
|
||||
import { NavLink } from 'react-router-dom';
|
||||
import { useUserRole } from '@/hooks/useUserRole';
|
||||
import { useSidebar } from '@/hooks/useSidebar';
|
||||
import {
|
||||
Sidebar,
|
||||
SidebarContent,
|
||||
@@ -12,7 +13,6 @@ import {
|
||||
SidebarMenu,
|
||||
SidebarMenuButton,
|
||||
SidebarMenuItem,
|
||||
useSidebar,
|
||||
} from '@/components/ui/sidebar';
|
||||
|
||||
export function AdminSidebar() {
|
||||
|
||||
Reference in New Issue
Block a user