diff --git a/src/App.tsx b/src/App.tsx index 35b9c1d6..d4df1d09 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -61,7 +61,7 @@ const BackgroundProvider: FC = ({ children }) => { }; const ThemeProvider: FC = ({ children }) => { useTheme(); - return <>{children}; + return children; }; interface AppProps {