diff options
author | lonkaars <loek@pipeframe.xyz> | 2021-05-12 12:43:19 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2021-05-12 12:43:19 +0200 |
commit | fb26495ab3dffcc9b49d7a7bd9714b5b805ddcb7 (patch) | |
tree | de3402d8a4a266db574a6c4099d0965229076902 /pages/_app.tsx | |
parent | f0fdde53c249241de47f00206f7ebc2e8510adc1 (diff) |
present screen working-ish
Diffstat (limited to 'pages/_app.tsx')
-rw-r--r-- | pages/_app.tsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pages/_app.tsx b/pages/_app.tsx index 6f00f79..6592b09 100644 --- a/pages/_app.tsx +++ b/pages/_app.tsx @@ -4,6 +4,8 @@ import '../styles/colors.css'; import '../styles/globals.css'; import '../styles/keyframes.css'; import '../styles/paper.css'; +import '../styles/util.css'; +import '../styles/presentation.css'; export default function Blog({ Component, pageProps }) { return <> |