diff options
Diffstat (limited to 'src/routes.tsx')
-rw-r--r-- | src/routes.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/routes.tsx b/src/routes.tsx index 0b042d6..5310baf 100644 --- a/src/routes.tsx +++ b/src/routes.tsx @@ -1,7 +1,6 @@ import { Switch, Route } from 'react-router-dom'; import './global.css'; -import './dark.css'; import HomePage from './pages/home'; import SettingsPage from './pages/settings'; |