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 bc96369..62c1c9b 100644 --- a/pages/_app.tsx +++ b/pages/_app.tsx @@ -7,6 +7,7 @@ import '../styles/navbar.css'; import '../styles/button.css'; import '../styles/image.css'; import '../styles/tags.css'; +import '../styles/search.css'; export default function Blog({ Component, pageProps }) { return <div> |