Skip to content

Commit

Permalink
Committing changes
Browse files Browse the repository at this point in the history
  • Loading branch information
shami-sneha committed Nov 27, 2023
1 parent b8756c6 commit 62283a3
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 888 deletions.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
"@types/country-flag-icons": "^1.2.0",
"@types/jest": "^27.0.0",
"@types/node-fetch": "^2.5.10",
"@types/react": "^18.2.22",
"@types/react": "^17.0.70",
"@types/react-dom": "^18.2.7",
"@types/react-lazyload": "^3.1.1",
"@types/react-redux": "^7.1.18",
Expand Down
Binary file removed frontend/public/assets/logo/graphic-chart.png
Binary file not shown.
Binary file removed frontend/public/assets/logo/line-graph.png
Binary file not shown.
Binary file removed frontend/public/assets/logo/pie-charts.png
Binary file not shown.
Binary file removed frontend/public/assets/logo/pie2.jpg
Binary file not shown.
Binary file removed frontend/public/assets/logo/sam.png
Binary file not shown.
Binary file removed frontend/public/assets/logo/sample_charts.png
Binary file not shown.
4 changes: 2 additions & 2 deletions frontend/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import {PersistGate} from 'redux-persist/integration/react';
import {useAppDispatch, useAppSelector} from './store/hooks';
import {selectDistrict} from './store/DataSelectionSlice';
import {useTranslation} from 'react-i18next';
import Footer from 'components/Footer/footer';


/**
* This is the root element of the React application. It divides the main screen area into the three main components.
Expand Down Expand Up @@ -43,7 +43,7 @@ export default function App(): JSX.Element {
<MainContent />

</Box>
<Footer/>

</Box>

</PersistGate>
Expand Down
18 changes: 0 additions & 18 deletions frontend/src/components/Footer/footer.tsx

This file was deleted.

199 changes: 0 additions & 199 deletions frontend/src/components/Sidebar/BarChart.tsx

This file was deleted.

Loading

0 comments on commit 62283a3

Please sign in to comment.