From b53904660278c4ed915db7565605f852b09c9660 Mon Sep 17 00:00:00 2001 From: Anton Tranelis Date: Sat, 14 Jun 2025 00:49:03 +0200 Subject: [PATCH] fix linting --- frontend/src/App.tsx | 2 +- lib/src/Components/AppShell/NavBar.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 8f8c6696..87ba5f10 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -252,4 +252,4 @@ function App() { ) } -export default App \ No newline at end of file +export default App diff --git a/lib/src/Components/AppShell/NavBar.tsx b/lib/src/Components/AppShell/NavBar.tsx index 86ae6f95..a9561f99 100644 --- a/lib/src/Components/AppShell/NavBar.tsx +++ b/lib/src/Components/AppShell/NavBar.tsx @@ -62,4 +62,4 @@ export default function NavBar({ appName }: { appName: string }) { ) } else return <> -} \ No newline at end of file +}