We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65548ee commit 922750dCopy full SHA for 922750d
lib/ui.js
@@ -4,7 +4,7 @@ import { CompositeDisposable, Disposable } from 'atom';
4
// TODO use babel to export ... from ...
5
import notifications from './ui/notifications'
6
import * as selector from './ui/selector'
7
-import views from './ui/views'
+import * as views from './ui/views'
8
import progress from './ui/progress'
9
import * as layout from './ui/layout'
10
import * as docpane from './ui/docs'
0 commit comments