|
|
@ -5,7 +5,6 @@ import theme from '../theme'; |
|
|
|
import '../styles/globals.css'; |
|
|
|
import '../styles/globals.css'; |
|
|
|
|
|
|
|
|
|
|
|
const App = ({ Component, pageProps }: AppProps): JSX.Element => { |
|
|
|
const App = ({ Component, pageProps }: AppProps): JSX.Element => { |
|
|
|
// return <Component {...pageProps} />;
|
|
|
|
|
|
|
|
// This hook is for ensuring the styling is in sync between client and server
|
|
|
|
// This hook is for ensuring the styling is in sync between client and server
|
|
|
|
useEffect(() => { |
|
|
|
useEffect(() => { |
|
|
|
// Remove the server-side injected CSS.
|
|
|
|
// Remove the server-side injected CSS.
|
|
|
|