Skip to content

Commit

Permalink
named import views
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Jun 12, 2020
1 parent 65548ee commit 922750d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { CompositeDisposable, Disposable } from 'atom';
// TODO use babel to export ... from ...
import notifications from './ui/notifications'
import * as selector from './ui/selector'
import views from './ui/views'
import * as views from './ui/views'
import progress from './ui/progress'
import * as layout from './ui/layout'
import * as docpane from './ui/docs'
Expand Down

0 comments on commit 922750d

Please sign in to comment.