Skip to content

Commit

Permalink
fix(ci): footer restaure
Browse files Browse the repository at this point in the history
  • Loading branch information
Mihoub2 committed Jul 10, 2024
1 parent 9a60669 commit 4e71f2a
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/layout/Footer.tsx
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
import { Container, Link, Logo } from "@dataesr/dsfr-plus";

import {
Footer,
FooterBody,
FooterBottom,
FooterTop,
} from "../components/footer";

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

export default function MainFooter() {
return (
Expand Down

0 comments on commit 4e71f2a

Please sign in to comment.