diff options
Diffstat (limited to 'pages/_app.tsx')
-rw-r--r-- | pages/_app.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pages/_app.tsx b/pages/_app.tsx index 435fa0e..bc96369 100644 --- a/pages/_app.tsx +++ b/pages/_app.tsx @@ -6,6 +6,7 @@ import '../styles/globals.css'; import '../styles/navbar.css'; import '../styles/button.css'; import '../styles/image.css'; +import '../styles/tags.css'; export default function Blog({ Component, pageProps }) { return <div> |