Skip to content

Commit

Permalink
dg
Browse files Browse the repository at this point in the history
  • Loading branch information
dhairyagothi committed Nov 24, 2024
1 parent e11efe1 commit 8d511dd
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 2 deletions.
1 change: 0 additions & 1 deletion assets/image

This file was deleted.

39 changes: 39 additions & 0 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"@material-tailwind/react": "^2.1.10",
"@mui/material": "^6.1.6",
"@react-oauth/google": "^0.12.1",
"@vercel/analytics": "^1.4.1",
"antd": "^5.21.6",
"aos": "^2.3.4",
"axios": "^1.7.7",
Expand Down
3 changes: 2 additions & 1 deletion frontend/src/App.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React, { useEffect } from "react";
import { Analytics } from "@vercel/analytics/react"
import { Analytics } from "@vercel/analytics/react";
import Herosection from "./Pages/Herosection";
import LoginPage from "./Pages/LoginPage";
import Register from "./Pages/Register";
Expand Down Expand Up @@ -72,6 +72,7 @@ function App() {
{/* Restored PrivacyPolicy */}
<Route path="/user" element={<User />} /> {/* Added User */}
<Route path="*" element={<Error />} />
<Analytics/>
</Routes>
</Router>

Expand Down
Binary file added frontend/src/assets/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8d511dd

Please sign in to comment.