adding another file to the change

pull/1/head
Rob Stupay 6 years ago committed by yann300
parent eccca7da1a
commit dcd482605d
  1. 2
      src/app/components/plugin-manager-api.js
  2. 1
      src/app/components/swap-panel-api.js

@ -7,7 +7,7 @@ const styles = styleguide.chooser()
const EventManager = remixLib.EventManager const EventManager = remixLib.EventManager
class SwapPanelApi { class PluginManagerApi {
constructor (swapPanelComponent) { constructor (swapPanelComponent) {
this.component = swapPanelComponent this.component = swapPanelComponent
} }

@ -27,5 +27,4 @@ class SwapPanelApi {
} }
} }
module.exports = SwapPanelApi module.exports = SwapPanelApi

Loading…
Cancel
Save