Removed base.scss from SshKeys. Was causing issues with instantiate page.
[osm/UI.git] / skyquake / plugins / launchpad / src / ssh_keys / sshKeys.jsx
index 8f8945d..f832215 100644 (file)
@@ -21,7 +21,7 @@ import SshKeyCard from './sshKeyCard.jsx';
 import SshKeyStore from './sshKeyStore.js';
 import SkyquakeComponent from 'widgets/skyquake_container/skyquakeComponent.jsx';
 import '../../node_modules/open-iconic/font/css/open-iconic.css';
-import 'style/base.scss';
+// import 'style/base.scss';
 
 
 class SshKeys extends Component {