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

6 lines
201 B
JavaScript

module.exports = angular.module('stf.modals', [
require('./fatal-message').name,
require('./socket-disconnected').name,
require('./version-update').name,
require('./add-adb-key-modal').name
])