summaryrefslogtreecommitdiff
path: root/src/pages
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages')
-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 e2190fda..01dec611 100644
--- a/src/pages/_app.jsx
+++ b/src/pages/_app.jsx
@@ -1,5 +1,6 @@
import '@/fonts/Inter/inter.css';
import '@/styles/globals.css';
+import '@/styles/normalize.css';
// import 'react-loading-skeleton/dist/skeleton.css';
import { useEffect, useState } from 'react';