Skip to content

Commit 13b4655

Browse files
committed
Import modules separatly.
1 parent d2d2c61 commit 13b4655

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/kit/ui/MultiSelectInput.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import { Component } from 'substance'
2-
import { OverlayMixin, Popup } from '../../kit'
2+
import OverlayMixin from './OverlayMixin'
3+
import Popup from './Popup'
34

45
export default class MultiSelectInput extends OverlayMixin(Component) {
56
getInitialState () {

0 commit comments

Comments
 (0)