From c0821fcaa501ef717e9fd58dac8a1203b9553bfa Mon Sep 17 00:00:00 2001 From: Dessalines Date: Tue, 15 Oct 2019 12:21:27 -0700 Subject: Adding 8 different themes. - Fixes #276 --- ui/src/index.tsx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'ui/src/index.tsx') diff --git a/ui/src/index.tsx b/ui/src/index.tsx index 7a252be2..e9deba10 100644 --- a/ui/src/index.tsx +++ b/ui/src/index.tsx @@ -19,10 +19,6 @@ import { Sponsors } from './components/sponsors'; import { Symbols } from './components/symbols'; import { i18n } from './i18next'; -import './css/tribute.css'; -import './css/bootstrap.min.css'; -import './css/main.css'; - import { WebSocketService, UserService } from './services'; const container = document.getElementById('app'); -- cgit v1.2.3