Skip to content

Instantly share code, notes, and snippets.

@Developerayo
Created September 6, 2023 16:37
Show Gist options
  • Save Developerayo/8070656648dc935288cf836476706c4d to your computer and use it in GitHub Desktop.
Save Developerayo/8070656648dc935288cf836476706c4d to your computer and use it in GitHub Desktop.
From File
import '@/styles/globals.css'
export default function App({ Component, pageProps }) {
return <Component {...pageProps} />
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment