Cleanup post caching
This commit is contained in:
+1
-1
@@ -2,6 +2,6 @@ import type { AppProps } from 'next/app'
|
||||
import 'normalize.css';
|
||||
import '../styles/global.css';
|
||||
|
||||
export default function MyApp({ Component, pageProps }: AppProps) {
|
||||
export default function App({ Component, pageProps }: AppProps) {
|
||||
return <Component {...pageProps} />
|
||||
}
|
||||
Reference in New Issue
Block a user