mirror of
https://github.com/ansible/awx.git
synced 2026-01-27 16:41:29 -03:30
6 lines
91 B
JavaScript
6 lines
91 B
JavaScript
import './credentials';
|
|
|
|
angular.module('at.features', [
|
|
'at.features.credentials'
|
|
]);
|