chore: lint

This commit is contained in:
karishmas6
2024-06-15 21:08:41 +05:30
parent c9ad26ccc1
commit 3a72389f36

View File

@@ -10,7 +10,7 @@ interface BoxProps {
children?: JSX.Element, children?: JSX.Element,
}; };
export const SimpleBox = ({width, height, background, radius, children}: BoxProps) => { export const SimpleBox = ({ width, height, background, radius, children }: BoxProps) => {
return ( return (
<Box <Box
sx={{ sx={{