fix: remove Typography

This commit is contained in:
karishmas6
2024-06-15 21:14:38 +05:30
parent 708885df0e
commit aef0c73d9e

View File

@@ -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,