Tree not needed for now.

This commit is contained in:
Gunther Brunner
2014-05-16 12:41:32 +09:00
parent f842509d95
commit 3bdae62c7a
2 changed files with 4 additions and 4 deletions

View File

@@ -7,6 +7,6 @@ module.exports = angular.module('stf/common-ui', [
require('./notifications').name,
require('./ng-enter').name,
require('./tooltips').name,
require('./tree').name,
//require('./tree').name,
require('./fatal-message').name
])