1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-05 10:39:25 +02:00
OpenSTF/res/app/components/stf/common-ui/index.js
2014-03-25 19:29:37 +09:00

8 lines
No EOL
252 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
])