diff --git a/src/components/backgrounds/BackgroundDefault.tsx b/src/components/backgrounds/BackgroundDefault.tsx index f12b71c..622643b 100644 --- a/src/components/backgrounds/BackgroundDefault.tsx +++ b/src/components/backgrounds/BackgroundDefault.tsx @@ -7,7 +7,7 @@ type Props = { children: React.ReactNode }; const BackgroundDefault = ({ children }: Props) => { return ( {children}