Skip to content

Instantly share code, notes, and snippets.

@techomoro
Created November 15, 2021 06:39
Embed
What would you like to do?
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