chore: lint
This commit is contained in:
@@ -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={{
|
||||||
|
|||||||
Reference in New Issue
Block a user