Skip to content

Commit 922750d

Browse files
committed
named import views
JunoLab#761
1 parent 65548ee commit 922750d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ui.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { CompositeDisposable, Disposable } from 'atom';
44
// TODO use babel to export ... from ...
55
import notifications from './ui/notifications'
66
import * as selector from './ui/selector'
7-
import views from './ui/views'
7+
import * as views from './ui/views'
88
import progress from './ui/progress'
99
import * as layout from './ui/layout'
1010
import * as docpane from './ui/docs'

0 commit comments

Comments
 (0)