Webpack hook for jsongen, [somewhat broken] UI changes
This commit is contained in:
+1
-1
@@ -3,5 +3,5 @@ import 'normalize.css';
|
||||
import '../styles/global.css';
|
||||
|
||||
export default function MyApp({ Component, pageProps }: AppProps) {
|
||||
return <Component {... pageProps} />
|
||||
return <Component {...pageProps} />
|
||||
}
|
||||
Reference in New Issue
Block a user