Skip to content

Instantly share code, notes, and snippets.

@femakin
Created March 10, 2023 05:12
Show Gist options
  • Save femakin/d0d4858e86702e0e613ceeef14107e8c to your computer and use it in GitHub Desktop.
Save femakin/d0d4858e86702e0e613ceeef14107e8c to your computer and use it in GitHub Desktop.
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