From 3a72389f36978878fefb28e2058d6362a212ae60 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Sat, 15 Jun 2024 21:08:41 +0530 Subject: [PATCH] chore: lint --- src/components/atoms/Box.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 (