From 5ee4991769d7a502ec3583538c0cb4a1ce04e097 Mon Sep 17 00:00:00 2001 From: ruby10127130 Date: Fri, 18 Oct 2024 16:15:46 +0800 Subject: [PATCH] feat: remove unused mui --- components/Terms/Privacypolicy.jsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/Terms/Privacypolicy.jsx b/components/Terms/Privacypolicy.jsx index 3a3a5c8..0148a4e 100644 --- a/components/Terms/Privacypolicy.jsx +++ b/components/Terms/Privacypolicy.jsx @@ -1,6 +1,4 @@ import React from 'react'; -import styled from '@emotion/styled'; -import { Paper } from '@mui/material'; import { TermsWrapper, PaperWrapper } from './Terms.styled'; import TermsMenu from './TermsMenu';