Skip to content

Commit

Permalink
Remove unused imports in footer and page
Browse files Browse the repository at this point in the history
components
  • Loading branch information
ItsukiKigoshi committed Nov 24, 2023
1 parent 7401d51 commit 04f68c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/footer.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Box, Button, ButtonGroup, Stack, Typography } from "@mui/material";
import { Button, ButtonGroup, Stack } from "@mui/material";
import * as React from "react";
import GitHubIcon from "@mui/icons-material/GitHub";
import SendIcon from "@mui/icons-material/Send";
Expand Down
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import TwitterIcon from "@mui/icons-material/Twitter";
import InstagramIcon from "@mui/icons-material/Instagram";
import GitHubIcon from "@mui/icons-material/GitHub";
import LinkedInIcon from "@mui/icons-material/LinkedIn";
import { Typography, Box, Stack, Avatar, Button } from "@mui/material";
import { Typography, Box, Stack, Avatar } from "@mui/material";
import Footer from "../../components/Footer";

export default function App() {
Expand Down

0 comments on commit 04f68c5

Please sign in to comment.