aboutsummaryrefslogtreecommitdiff
path: root/pages/_app.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'pages/_app.tsx')
-rw-r--r--pages/_app.tsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/pages/_app.tsx b/pages/_app.tsx
index f0c16f4..1e9ba0d 100644
--- a/pages/_app.tsx
+++ b/pages/_app.tsx
@@ -4,6 +4,8 @@ import '../styles/colors.css';
import '../styles/layout.css';
import '../styles/globals.css';
import '../styles/navbarItem.css';
+import '../styles/button.css';
+import '../styles/image.css';
export default function Blog({ Component, pageProps }) {
return <div>