From 21e987b6016a4b168e70dd7ccd6b4d1e9381192e Mon Sep 17 00:00:00 2001 From: Adarsh More <103880462+AdarshVMore@users.noreply.github.com> Date: Mon, 13 Apr 2026 10:22:24 +0530 Subject: [PATCH] Remove unused import of useUser hook --- client/src/components/layout/Sidebar.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/client/src/components/layout/Sidebar.tsx b/client/src/components/layout/Sidebar.tsx index f0c5335..8ef250c 100644 --- a/client/src/components/layout/Sidebar.tsx +++ b/client/src/components/layout/Sidebar.tsx @@ -3,7 +3,6 @@ import Link from 'next/link' import { usePathname } from 'next/navigation' import { Avatar } from '@/components/ui' -import { useUser } from '@/hooks/useUser' const navItems = [ {