Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
azat-ismagilov committed Aug 2, 2023
1 parent d56ddcd commit 9077e28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Header/Header.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import CloseIcon from "@mui/icons-material/Close";
import MenuIcon from "@mui/icons-material/Menu";
import { Box, Collapse, IconButton, Stack } from "@mui/material";
import { Collapse, IconButton, Stack } from "@mui/material";

import { useAppContext } from "../AppContext";
import { MobileLogo } from "../Logo";
Expand Down
2 changes: 1 addition & 1 deletion src/components/Logo.jsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Box, Link, Stack } from "@mui/material";
import { Box, Link } from "@mui/material";

import { LAST_YEAR } from "../consts";
import logo from "../images/logo2.svg";
Expand Down

0 comments on commit 9077e28

Please sign in to comment.