feat(sidebar): remove unused state

This commit is contained in:
ItzCrazyKns
2025-03-20 11:49:00 +05:30
parent f628b6e416
commit 274e6ca88c

View File

@ -16,8 +16,6 @@ const VerticalIconContainer = ({ children }: { children: ReactNode }) => {
const Sidebar = ({ children }: { children: React.ReactNode }) => { const Sidebar = ({ children }: { children: React.ReactNode }) => {
const segments = useSelectedLayoutSegments(); const segments = useSelectedLayoutSegments();
const [isSettingsOpen, setIsSettingsOpen] = useState(false);
const navLinks = [ const navLinks = [
{ {
icon: Home, icon: Home,