diff --git a/frontend/src/Page/Login.jsx b/frontend/src/Page/Login.jsx
index 9f79136..cfe7d34 100644
--- a/frontend/src/Page/Login.jsx
+++ b/frontend/src/Page/Login.jsx
@@ -19,7 +19,6 @@ import {
Modal,
Backdrop,
} from "@mui/material";
-import { fontFamily } from "@mui/system";
const style = {
position: "absolute",
diff --git a/frontend/src/component/Mypage/MyTrashChart.jsx b/frontend/src/component/Mypage/MyTrashChart.jsx
index f50e600..4a84d7f 100644
--- a/frontend/src/component/Mypage/MyTrashChart.jsx
+++ b/frontend/src/component/Mypage/MyTrashChart.jsx
@@ -1,44 +1,38 @@
import * as React from "react";
-import {
- Typography,
- Container,
-
-} from "@mui/material";
-
+import { Typography, Container } from "@mui/material";
function MyTrashcan() {
- return(
-
-
- 내 쓰레기 통계
-
-
-
-
-
-
-
+ return (
+
+
+ 내 쓰레기 통계
+
- );
+
+
+ );
}
export default MyTrashcan;