From 79ca095fbf47da750ea5e77c31bb21d8ae14c417 Mon Sep 17 00:00:00 2001 From: jinhobyeong Date: Tue, 19 Jul 2022 17:30:59 +0900 Subject: [PATCH] chore : update --- frontend/src/Page/Login.jsx | 1 - .../src/component/Mypage/MyTrashChart.jsx | 68 +++++++++---------- 2 files changed, 31 insertions(+), 38 deletions(-) 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;