Fix ESLint errors

This commit is contained in:
gpt-engineer-app[bot]
2025-10-29 23:27:37 +00:00
parent 017879ba21
commit 41f4e3b920
16 changed files with 80 additions and 184 deletions

View File

@@ -79,7 +79,7 @@ const queryClient = new QueryClient({
},
});
function AppContent() {
function AppContent(): React.JSX.Element {
return (
<TooltipProvider>
<BrowserRouter>
@@ -154,7 +154,7 @@ function AppContent() {
);
}
const App = () => (
const App = (): React.JSX.Element => (
<QueryClientProvider client={queryClient}>
<AuthProvider>
<AuthModalProvider>