Skip to content

Commit

Permalink
build(front): suppress warn mui style
Browse files Browse the repository at this point in the history
  • Loading branch information
SARDONYX-sard committed Oct 12, 2023
1 parent 8af1069 commit 19807e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/navigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import BottomNavigation from "@mui/material/BottomNavigation";
import BottomNavigationAction from "@mui/material/BottomNavigationAction";
import TransformIcon from "@mui/icons-material/Transform";
import SettingsIcon from "@mui/icons-material/Settings";
import { styled } from "@mui/material";
import { styled } from "@mui/material/styles";
import { useRouter, usePathname } from "next/navigation";

const Nav = styled(BottomNavigation)(() => {
Expand Down

0 comments on commit 19807e5

Please sign in to comment.