Skip to content

Commit

Permalink
Missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
EvieePy authored Aug 28, 2022
1 parent 6f8cf08 commit f141816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mystbin/frontend/pages/_app.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import "../styles/globals.css";
import "bootstrap/dist/css/bootstrap.min.css";
import Script from "next/Script"
import Script from "next/script";


function MyApp({ Component, pageProps }) {
Expand Down

0 comments on commit f141816

Please sign in to comment.