diff --git a/frontend/components/Box.tsx b/frontend/components/Box.tsx index ca05642c..6f774c2e 100644 --- a/frontend/components/Box.tsx +++ b/frontend/components/Box.tsx @@ -2,7 +2,7 @@ import { ReactNode } from 'react' export function Box({ children }: { children: ReactNode }) { return ( -