Skip to content

Instantly share code, notes, and snippets.

@techomoro
Created November 15, 2021 06:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save techomoro/33a5e648ae1ddee6a28ef5205e8cd366 to your computer and use it in GitHub Desktop.
Save techomoro/33a5e648ae1ddee6a28ef5205e8cd366 to your computer and use it in GitHub Desktop.
import "../styles/globals.css";
import "bootstrap/dist/css/bootstrap.css";
function MyApp({ Component, pageProps }) {
return <Component {...pageProps} />;
}
export default MyApp;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment