diff --git a/src/components/atoms/Box.tsx b/src/components/atoms/Box.tsx index a9d503e2..b04f1ad1 100644 --- a/src/components/atoms/Box.tsx +++ b/src/components/atoms/Box.tsx @@ -1,6 +1,5 @@ import * as React from 'react'; import Box from '@mui/material/Box'; -import { Typography } from "@mui/material"; interface BoxProps { width: number | string,