refactor: remove old dependency

main
Josue 4 years ago committed by Tsu-ba-me
parent 1ef0b01118
commit 46e9661152
  1. 1
      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 <Component {...pageProps} />;
// This hook is for ensuring the styling is in sync between client and server
useEffect(() => {
// Remove the server-side injected CSS.

Loading…
Cancel
Save