function App() {
return (
<Navigation className="d-flex justify-content-end" />
);
}
Is it better to include the CDN links for Bootstrap files in the html file located in the Public directory, or should I import
the Bootstrap package that was installed through npm directly in the component file or index.js file?