Skip to content

Commit

Permalink
Updates files
Browse files Browse the repository at this point in the history
  • Loading branch information
mpcgt committed Mar 20, 2024
1 parent e985e38 commit 111e092
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 14 deletions.
26 changes: 13 additions & 13 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"react": "^18.2.0",
"react-bootstrap": "^2.10.1",
"react-dom": "^18.2.0",
"react-router-dom": "^6.22.1",
"react-router-dom": "^6.22.3",
"recharts": "^2.12.3"
},
"devDependencies": {
Expand Down
1 change: 1 addition & 0 deletions src/assets/components/Footer.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { Box, Heading, Flex, List, ListItem, Link, Text } from '@chakra-ui/react';
import { BrowserRouter as Router, Route, redirect,} from "react-router-dom";

const FooterEnd = () => {
return (
Expand Down

0 comments on commit 111e092

Please sign in to comment.