Skip to content

Commit

Permalink
disabled pwa for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Yash-Ainapure committed Nov 11, 2024
1 parent 5269f81 commit 6a40c8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const queryClient = new QueryClient();
ReactDOM.createRoot(document.getElementById("root")!).render(
<React.StrictMode>
<QueryClientProvider client={queryClient}>
<AuthProvider>j
<AuthProvider>
<App />
</AuthProvider>
</QueryClientProvider>
Expand Down

0 comments on commit 6a40c8a

Please sign in to comment.