We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f8cf08 commit f141816Copy full SHA for f141816
mystbin/frontend/pages/_app.tsx
@@ -1,6 +1,6 @@
1
import "../styles/globals.css";
2
import "bootstrap/dist/css/bootstrap.min.css";
3
-import Script from "next/Script"
+import Script from "next/script";
4
5
6
function MyApp({ Component, pageProps }) {
0 commit comments