Skip to content

Commit 67dfe7b

Browse files
Integralobuchtala
authored andcommitted
Import modules separatly.
1 parent aa42f0c commit 67dfe7b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/kit/ui/MultiSelectInput.js

Lines changed: 2 additions & 1 deletion
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)