diff --git a/frontend/src/app/layout.tsx b/frontend/src/app/layout.tsx index ea50fc08..79de1522 100644 --- a/frontend/src/app/layout.tsx +++ b/frontend/src/app/layout.tsx @@ -35,12 +35,6 @@ export default function RootLayout({ }>) { return ( -
- - diff --git a/frontend/src/components/layout-wrapper.tsx b/frontend/src/components/layout-wrapper.tsx index 70aa0232..97c71c70 100644 --- a/frontend/src/components/layout-wrapper.tsx +++ b/frontend/src/components/layout-wrapper.tsx @@ -1,7 +1,7 @@ "use client" import { usePathname } from "next/navigation" -import { Bell, BellRing } from "lucide-react" +import { Bell } from "lucide-react" import { Button } from "@/components/ui/button" import { Navigation } from "@/components/navigation" import { UserNav } from "@/components/user-nav"