diff options
author | lonkaars <l.leblansch@gmail.com> | 2021-04-18 11:30:10 +0200 |
---|---|---|
committer | lonkaars <l.leblansch@gmail.com> | 2021-04-18 11:30:10 +0200 |
commit | 18652c6ff5e10208298bea67ffce6b4ed327c97d (patch) | |
tree | 9c0cca8139007641c9fd9a1cbfcff179953a1054 /pages/_app.tsx | |
parent | 59459df904674bc3eaa95f4203113793c7c7fc9a (diff) |
search page without inline css
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 290e687..3f66711 100644 --- a/pages/_app.tsx +++ b/pages/_app.tsx @@ -12,6 +12,7 @@ import '../styles/ui.css'; import '../styles/utility.css'; import '../styles/index.css'; +import '../styles/search.css'; export default function VierOpEenRijWebsite({ Component, pageProps }) { return <div> |