diff --git a/components/Dashboard/DashboardSidebar/index.tsx b/components/Dashboard/DashboardSidebar/index.tsx index 2d9a370e..5c66b33a 100644 --- a/components/Dashboard/DashboardSidebar/index.tsx +++ b/components/Dashboard/DashboardSidebar/index.tsx @@ -11,7 +11,7 @@ import { import Image from 'next/image' import Link from 'next/link' import { usePathname } from 'next/navigation' -import { Fragment, use, useState } from 'react' +import { Fragment, } from 'react' import { DropdownMenu, @@ -22,6 +22,7 @@ import { useSelectedProject } from '@/hooks/query/project' import { useCurrentUser } from '@/hooks/query/user' import { cn } from '@/lib/utils' import Avatar from "react-avatar" + const routes = [ { name: 'COLLECT', diff --git a/package.json b/package.json index 86858647..ab78e634 100644 --- a/package.json +++ b/package.json @@ -67,4 +67,4 @@ "prettier": "^3.0.3", "prettier-plugin-tailwindcss": "^0.5.3" } -} +} \ No newline at end of file