From d5034383b89fff12455b37e3238ecdb0dbea4c99 Mon Sep 17 00:00:00 2001 From: Lars Hampe Date: Mon, 30 Sep 2024 23:25:29 +0200 Subject: [PATCH] feat(app): fix lint errors --- apps/app/src/components/Layout.tsx | 4 +--- apps/app/src/routes/__root.tsx | 5 ++--- apps/app/tsconfig.tsbuildinfo | 2 +- bun.lockb | Bin 398856 -> 399776 bytes 4 files changed, 4 insertions(+), 7 deletions(-) diff --git a/apps/app/src/components/Layout.tsx b/apps/app/src/components/Layout.tsx index 96c3a91..f8e2a5d 100644 --- a/apps/app/src/components/Layout.tsx +++ b/apps/app/src/components/Layout.tsx @@ -1,5 +1,3 @@ -import { CircleUser } from 'lucide-react' - import { Button, DropdownMenu, @@ -25,7 +23,7 @@ export const Layout = ({ children }: { children: ReactNode | ReactNode[] }) => {
-
+ {/*
*/}