summaryrefslogtreecommitdiff
path: root/src/pages/_app.jsx
diff options
context:
space:
mode:
authorIT Fixcomart <it@fixcomart.co.id>2023-08-08 03:42:01 +0000
committerIT Fixcomart <it@fixcomart.co.id>2023-08-08 03:42:01 +0000
commit0215ec338889bdad479b568c50f32ddce863d6bf (patch)
tree53d9f4d8991ba699b30eacfac1b2498ae1b0bf48 /src/pages/_app.jsx
parentf862f6426c28fb9245d13fb7386a88b209639d64 (diff)
parent16fed2e7d00252f5df3f9b5bdf0a5a2b2a094f76 (diff)
Merged in load-performance (pull request #42)
Improve home page performance
Diffstat (limited to 'src/pages/_app.jsx')
-rw-r--r--src/pages/_app.jsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pages/_app.jsx b/src/pages/_app.jsx
index 4c4fed89..03147219 100644
--- a/src/pages/_app.jsx
+++ b/src/pages/_app.jsx
@@ -1,4 +1,5 @@
import '../styles/globals.css'
+import 'react-loading-skeleton/dist/skeleton.css'
import NextProgress from 'next-progress'
import { useRouter, Router } from 'next/router'
import { AnimatePresence, motion } from 'framer-motion'