From e9f6e21e26f7d161c101ac6d7fc09ac12b2f72ad Mon Sep 17 00:00:00 2001 From: Timo <16718859+toger5@users.noreply.github.com> Date: Thu, 22 Feb 2024 15:11:02 +0100 Subject: [PATCH] Update src/App.tsx Co-authored-by: Robin --- src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {