aboutsummaryrefslogtreecommitdiff
path: root/pages/_app.tsx
diff options
context:
space:
mode:
authorlonkaars <l.leblansch@gmail.com>2021-04-21 10:22:50 +0200
committerlonkaars <l.leblansch@gmail.com>2021-04-21 10:22:50 +0200
commit31396f6b4f1271cb646947111661d9bb59ca951f (patch)
treec54f09431c2aaae16c1c55fde18b4ee2a169df57 /pages/_app.tsx
parentde2853cc4793b7948b94525a0a4f964e49943131 (diff)
toasts without inline css
Diffstat (limited to 'pages/_app.tsx')
-rw-r--r--pages/_app.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/pages/_app.tsx b/pages/_app.tsx
index 317b389..c1347e8 100644
--- a/pages/_app.tsx
+++ b/pages/_app.tsx
@@ -10,6 +10,7 @@ import '../styles/global.css';
import '../styles/navbar.css';
import '../styles/notifications.css';
import '../styles/recentGames.css';
+import '../styles/toast.css';
import '../styles/ui.css';
import '../styles/utility.css';