chore: lint
This commit is contained in:
@@ -10,7 +10,7 @@ interface BoxProps {
|
||||
children?: JSX.Element,
|
||||
};
|
||||
|
||||
export const SimpleBox = ({width, height, background, radius, children}: BoxProps) => {
|
||||
export const SimpleBox = ({ width, height, background, radius, children }: BoxProps) => {
|
||||
return (
|
||||
<Box
|
||||
sx={{
|
||||
|
||||
Reference in New Issue
Block a user