🌟 Code Cleanup

This commit is contained in:
callumok2004
2021-06-21 03:43:22 +01:00
parent bf4f6dab8d
commit b169bbc15d
9 changed files with 111 additions and 172 deletions

View File

@@ -1,6 +1,5 @@
import type { AppProps } from 'next/app'
function MyApp({ Component, pageProps }: AppProps) {
export default function LandyardReadMe({ Component, pageProps }: AppProps) {
return <Component {...pageProps} />
}
export default MyApp