1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-04 18:29:17 +02:00
OpenSTF/res/app/components/stf/common-ui/index.js
2014-05-13 19:22:23 +09:00

12 lines
374 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,
require('./fatal-message').name
])