aboutsummaryrefslogtreecommitdiff
path: root/src/console/index.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/console/index.tsx')
-rw-r--r--src/console/index.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/console/index.tsx b/src/console/index.tsx
index e1a9dd3..228625e 100644
--- a/src/console/index.tsx
+++ b/src/console/index.tsx
@@ -5,6 +5,7 @@ import promise from "redux-promise";
import * as consoleActions from "./actions/console";
import { Provider } from "react-redux";
import Console from "./components/Console";
+import "./index.css";
import React from "react";
import ReactDOM from "react-dom";