From 0aeaa93aba1fb878aacbd0914d2b0beb9ffbbbf4 Mon Sep 17 00:00:00 2001 From: phact Date: Mon, 18 Aug 2025 22:37:09 -0400 Subject: [PATCH] lint --- frontend/src/app/layout.tsx | 6 ------ frontend/src/components/layout-wrapper.tsx | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) 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"