1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-06 03:50:04 +02:00
OpenSTF/res/app/components/stf/common-ui/index.js
2014-04-03 23:28:32 +09:00

11 lines
No EOL
338 B
JavaScript

module.exports = angular.module('stf/common-ui', [
require('./safe-apply').name,
require('./clear-button').name,
require('./filter-button').name,
require('./nothing-to-show').name,
require('./table').name,
require('./notifications').name,
require('./ng-enter').name,
require('./tooltips').name,
require('./tree').name
])