From aef0c73d9ebfa9b91d51ca004df2a32036f51df7 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Sat, 15 Jun 2024 21:14:38 +0530 Subject: [PATCH] fix: remove Typography --- src/components/atoms/Box.tsx | 1 - 1 file changed, 1 deletion(-) 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,