diff options
author | lonkaars <loek@pipeframe.xyz> | 2021-05-12 14:31:26 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2021-05-12 14:31:26 +0200 |
commit | ba45ba5ae8caffd696eb062d278c06ebc60dfbb8 (patch) | |
tree | 96197010c6666eb99f61317f7bcf53d416014d31 /pages/_app.tsx | |
parent | fb26495ab3dffcc9b49d7a7bd9714b5b805ddcb7 (diff) |
present screen working
Diffstat (limited to 'pages/_app.tsx')
-rw-r--r-- | pages/_app.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/_app.tsx b/pages/_app.tsx index 6592b09..fecbad0 100644 --- a/pages/_app.tsx +++ b/pages/_app.tsx @@ -4,8 +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'; +import '../styles/util.css'; export default function Blog({ Component, pageProps }) { return <> |