summaryrefslogtreecommitdiff
path: root/src/pages/_app.js
diff options
context:
space:
mode:
authorIT Fixcomart <it@fixcomart.co.id>2022-11-03 17:30:14 +0700
committerIT Fixcomart <it@fixcomart.co.id>2022-11-03 17:30:14 +0700
commite4b035a1471bd70872bb12012442367933fc8852 (patch)
tree0466543b08aed29e3e3e4b3eeb52ca5d25c76922 /src/pages/_app.js
parentc1d6b160c7356f990017a36ccd84590c45e7528e (diff)
Show banner and brand in home
Diffstat (limited to 'src/pages/_app.js')
-rw-r--r--src/pages/_app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/_app.js b/src/pages/_app.js
index 7062d23c..7950628e 100644
--- a/src/pages/_app.js
+++ b/src/pages/_app.js
@@ -1,5 +1,5 @@
import '../styles/globals.css';
-import NextProgress from 'next-progress';
+import NextProgress from "next-progress";
function MyApp({ Component, pageProps }) {
return (