fix linting

This commit is contained in:
Anton Tranelis 2025-06-14 00:49:03 +02:00
parent 584e1119a1
commit b539046602
2 changed files with 2 additions and 2 deletions

View File

@ -252,4 +252,4 @@ function App() {
)
}
export default App
export default App

View File

@ -62,4 +62,4 @@ export default function NavBar({ appName }: { appName: string }) {
</>
)
} else return <></>
}
}