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 +}