diff --git a/striker-ui/pages/_app.tsx b/striker-ui/pages/_app.tsx index 8549f0b5..052b156a 100644 --- a/striker-ui/pages/_app.tsx +++ b/striker-ui/pages/_app.tsx @@ -5,7 +5,6 @@ import theme from '../theme'; import '../styles/globals.css'; const App = ({ Component, pageProps }: AppProps): JSX.Element => { - // return ; // This hook is for ensuring the styling is in sync between client and server useEffect(() => { // Remove the server-side injected CSS.