diff --git a/src/components/atoms/Box.tsx b/src/components/atoms/Box.tsx index da6b19dd..a9d503e2 100644 --- a/src/components/atoms/Box.tsx +++ b/src/components/atoms/Box.tsx @@ -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 (