Skip to content

Commit

Permalink
Update App.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
dhairyagothi committed Nov 24, 2024
1 parent 8d511dd commit 141abac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,10 @@ function App() {
{/* Restored PrivacyPolicy */}
<Route path="/user" element={<User />} /> {/* Added User */}
<Route path="*" element={<Error />} />
<Analytics/>

</Routes>
</Router>
<Analytics/>

{/* Optional chatbot icon at the bottom right */}
{/* <div className='fixed bottom-0 right-0 z-50 m-4 cursor-pointer'>
Expand Down

0 comments on commit 141abac

Please sign in to comment.