Skip to content

Commit

Permalink
fix(layout): change file name
Browse files Browse the repository at this point in the history
  • Loading branch information
Mihoub2 committed Jul 10, 2024
1 parent 4980782 commit 11114c4
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 28 deletions.
50 changes: 25 additions & 25 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 @@ -24,7 +24,7 @@
"react-dom": "^18.2.0",
"react-icons": "^5.2.1",
"react-query": "^3.39.3",
"react-router-dom": "^6.11.1",
"react-router-dom": "^6.24.1",
"react-select": "^5.8.0",
"react-spinners": "^0.13.8",
"react-toastify": "^10.0.5",
Expand Down
8 changes: 6 additions & 2 deletions src/layout/Footer.tsx → src/layout/footer.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
import { Container, Link, Logo } from "@dataesr/dsfr-plus";


import SwitchTheme from "./switch-theme";
import { Footer, FooterBody, FooterBottom, FooterTop } from "../components/footer";
import {
Footer,
FooterBody,
FooterBottom,
FooterTop,
} from "../components/footer";

export default function MainFooter() {
return (
Expand Down
File renamed without changes.

0 comments on commit 11114c4

Please sign in to comment.