🌟 Code Cleanup

This commit is contained in:
callumok2004
2021-06-21 03:56:13 +01:00
parent b169bbc15d
commit f2a5ab9074
3 changed files with 103 additions and 115 deletions

View File

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