Skip to content

Commit

Permalink
Merge branch 'CarlySecondNewFilter' of https://github.com/hack4impact…
Browse files Browse the repository at this point in the history
…-upenn/west-park-cultural into CarlySecondNewFilter
  • Loading branch information
charlesjin123 committed Apr 7, 2024
2 parents 8e47368 + 13d31db commit 5d37c0a
Show file tree
Hide file tree
Showing 14 changed files with 10,480 additions and 9,600 deletions.
Binary file added .DS_Store
Binary file not shown.
5 changes: 3 additions & 2 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,12 @@
"@emotion/styled": "^11.11.0",
"@material-ui/icons": "^4.11.2",
"@mui/icons-material": "^5.15.9",
"@mui/material": "^5.15.9",
"@mui/material": "^5.5.3",
"@mui/system": "^5.5.2",
"@mui/x-charts": "^6.19.4",
"@mui/x-date-pickers": "^6.19.6",
"@reduxjs/toolkit": "^1.8.1",
"axios": "^1.1.2",
"dayjs": "^1.11.10",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
2 changes: 2 additions & 0 deletions client/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ import InviteRegisterPage from './Authentication/InviteRegisterPage';
import DonorProfilePage from './donorProfile/DonorProfilePage';
import ReportsPage from './Reports/ReportsPage';
import HomeDashboardPage from './HomeDashboard/HomeDashboard';
import NewDonationPage from './NewDonation/NewDonationPage';

function App() {
return (
Expand All @@ -36,6 +37,7 @@ function App() {
<CssBaseline>
<AlertPopup />
<Routes>
<Route path="/new-donation" element={<NewDonationPage />} />
{/* Routes accessed only if user is not authenticated */}
<Route element={<UnauthenticatedRoutesWrapper />}>
<Route path="/login" element={<LoginPage />} />
Expand Down
Loading

0 comments on commit 5d37c0a

Please sign in to comment.