From bdcf2a9c618f184781069bd81ea187108e3d39df Mon Sep 17 00:00:00 2001 From: Jaco Greeff Date: Wed, 26 Apr 2017 14:22:08 +0200 Subject: [PATCH] Fix CSS overrides --- js/src/shell/index.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/js/src/shell/index.js b/js/src/shell/index.js index c95e70138..a54b94fbd 100644 --- a/js/src/shell/index.js +++ b/js/src/shell/index.js @@ -27,8 +27,6 @@ import injectTapEventPlugin from 'react-tap-event-plugin'; import { IndexRoute, Redirect, Route, Router, hashHistory } from 'react-router'; import qs from 'querystring'; -import '@parity/ui'; - import SecureApi from '~/secureApi'; import ContractInstances from '~/contracts';