next.js/examples/with-react-bootstrap/pages/_app.jsx
_app.jsx7 lines176 B
import "bootstrap/dist/css/bootstrap.min.css";
import "../style/index.css";

export default function MyApp({ Component, pageProps }) {
  return <Component {...pageProps} />;
}
Quest for Codev2.0.0
/
SIGN IN