Skip to content

Commit

Permalink
fix(navigationfooter): fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
codemonkey800 committed Jan 5, 2025
1 parent 2c8358b commit 46eed6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/components/src/core/NavigationFooter/index.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { forwardRef, ReactNode } from "react";
import { ReactNode } from "react";
import Tag, { TagProps } from "../Tag";
import {
StyledBottomSection,
Expand All @@ -14,7 +14,7 @@ import {
StyledMobileLinkRow,
StyledDivider,
} from "./style";
import { Divider, useMediaQuery } from "@mui/material";
import { useMediaQuery } from "@mui/material";
import { useTheme } from "@mui/material/styles";
import Link from "../Link";

Expand Down

0 comments on commit 46eed6c

Please sign in to comment.