Commit dfbdd2d9 authored by Grandschtroumpf's avatar Grandschtroumpf

semantic fixes

parent a4f00f28
...@@ -33,8 +33,6 @@ var TransactionReceiptResolver = require('./transactionReceiptResolver') ...@@ -33,8 +33,6 @@ var TransactionReceiptResolver = require('./transactionReceiptResolver')
const PluginManagerComponent = require('./app/components/plugin-manager-component') const PluginManagerComponent = require('./app/components/plugin-manager-component')
const VerticalIcons = require('./app/components/vertical-icons-component')
const CompileTab = require('./app/tabs/compile-tab') const CompileTab = require('./app/tabs/compile-tab')
const SettingsTab = require('./app/tabs/settings-tab') const SettingsTab = require('./app/tabs/settings-tab')
const AnalysisTab = require('./app/tabs/analysis-tab') const AnalysisTab = require('./app/tabs/analysis-tab')
...@@ -53,6 +51,7 @@ import { ThemeModule } from './app/tabs/theme-module' ...@@ -53,6 +51,7 @@ import { ThemeModule } from './app/tabs/theme-module'
import { NetworkModule } from './app/tabs/network-module' import { NetworkModule } from './app/tabs/network-module'
import { SwapPanel } from './app/components/swap-panel' import { SwapPanel } from './app/components/swap-panel'
import { MainPanel } from './app/components/main-panel' import { MainPanel } from './app/components/main-panel'
import { VerticalIcons } from './app/components/vertical-icons'
var css = csjs` var css = csjs`
html { box-sizing: border-box; } html { box-sizing: border-box; }
......
...@@ -6,7 +6,7 @@ let globalRegistry = require('../../global/registry') ...@@ -6,7 +6,7 @@ let globalRegistry = require('../../global/registry')
const EventEmitter = require('events') const EventEmitter = require('events')
// Component // Component
class VerticalIcon { export class VerticalIcons {
constructor (name, appStore, homeProfile) { constructor (name, appStore, homeProfile) {
this.store = appStore this.store = appStore
...@@ -359,7 +359,6 @@ class VerticalIcon { ...@@ -359,7 +359,6 @@ class VerticalIcon {
} }
} }
module.exports = VerticalIcon
const css = csjs` const css = csjs`
.homeIcon { .homeIcon {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment