Skip to content

Commit

Permalink
remove template chooser import
Browse files Browse the repository at this point in the history
  • Loading branch information
wellingguzman committed May 14, 2017
1 parent 372dc0e commit 7f4550e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/core/UIManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,7 @@ define(function(require, exports, module) {
require('core/interfaces/section_break/component'),
require('core/interfaces/alias/component'),
require('core/interfaces/user/interface'),
require('core/interfaces/user'),
require('core/interfaces/template_chooser')
require('core/interfaces/user')
].map(interfaceGroup('misc'));

// Register Core UI's
Expand Down

0 comments on commit 7f4550e

Please sign in to comment.