Skip to content

Commit

Permalink
clean up principles views
Browse files Browse the repository at this point in the history
  • Loading branch information
wbglaeser committed Sep 18, 2024
1 parent 06345af commit 1e333b9
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 39 deletions.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import LandingPageTopSectionDesktop from "./views/LandingPageTopSectionDesktop";
import LandingPageTopSectionMobile from "./views/LandingPageTopSectionMobile";
import LandingPageSectionWrapper from "../../components/LandingPageSectionWrapper";
import useTranslation from "../../../../language/useTranslation";
import LandingPageSectionGrid from "../../components/LandingPageSectionGrid";

const LandingPageTopSection = ({isDesktop}) => {
const { t } = useTranslation();
Expand Down

0 comments on commit 1e333b9

Please sign in to comment.