aboutsummaryrefslogtreecommitdiff
path: root/src/routes.tsx
diff options
context:
space:
mode:
authorlonkaars <l.leblansch@gmail.com>2021-01-08 13:41:26 +0100
committerlonkaars <l.leblansch@gmail.com>2021-01-08 13:41:26 +0100
commit0d4c9695dc4e5a2c8e7e431752c6f09f92fa9445 (patch)
tree1ac018e2cd932ea00887370534c680a60de28d28 /src/routes.tsx
parent00811644d9ab554c3a314be04c99e341e5631fef (diff)
semi werkende checkbox
Diffstat (limited to 'src/routes.tsx')
-rw-r--r--src/routes.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/routes.tsx b/src/routes.tsx
index 5310baf..0b042d6 100644
--- a/src/routes.tsx
+++ b/src/routes.tsx
@@ -1,6 +1,7 @@
import { Switch, Route } from 'react-router-dom';
import './global.css';
+import './dark.css';
import HomePage from './pages/home';
import SettingsPage from './pages/settings';