Skip to content

Commit f141816

Browse files
authored
Missing semicolon
1 parent 6f8cf08 commit f141816

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mystbin/frontend/pages/_app.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import "../styles/globals.css";
22
import "bootstrap/dist/css/bootstrap.min.css";
3-
import Script from "next/Script"
3+
import Script from "next/script";
44

55

66
function MyApp({ Component, pageProps }) {

0 commit comments

Comments
 (0)