diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2024-01-27 11:46:36 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2024-01-27 11:46:36 +0700 |
| commit | e35595250f9e0408e23d1da3ac30ac1179e2a376 (patch) | |
| tree | 3066856c95fc8c63313d7580f55d82286c5b7e55 /src/pages/_app.jsx | |
| parent | 6a4592828aef751d40877e828ffc89780cbfd04d (diff) | |
Refactor layout
Diffstat (limited to 'src/pages/_app.jsx')
| -rw-r--r-- | src/pages/_app.jsx | 1 |
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'; |
