Skip to content

Commit

Permalink
Import modules separatly.
Browse files Browse the repository at this point in the history
  • Loading branch information
Integral committed Apr 30, 2019
1 parent d2d2c61 commit 13b4655
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 13b4655

Please sign in to comment.