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