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/modals/index.js

12 lines
405 B
JavaScript

/**
* Copyright © 2019 contains code contributed by Orange SA, authors: Denis Barbaron - Licensed under the Apache license 2.0
**/
module.exports = angular.module('stf.modals', [
require('./generic-modal').name,
require('./fatal-message').name,
require('./socket-disconnected').name,
require('./version-update').name,
require('./add-adb-key-modal').name,
require('./save-log-modal').name
])