Skip to content

Commit

Permalink
Import modules separatly.
Browse files Browse the repository at this point in the history
  • Loading branch information
Integral authored and obuchtala committed Apr 30, 2019
1 parent aa42f0c commit 67dfe7b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/kit/ui/MultiSelectInput.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { Component } from 'substance'
import { OverlayMixin, Popup } from '../../kit'
import OverlayMixin from './OverlayMixin'
import Popup from './Popup'

export default class MultiSelectInput extends OverlayMixin(Component) {
getInitialState () {
Expand Down

0 comments on commit 67dfe7b

Please sign in to comment.