mirror of
https://github.com/NohamR/lanyard-profile-readme.git
synced 2026-05-26 04:17:19 +00:00
🌟 Code Cleanup
This commit is contained in:
@@ -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} />
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user