mirror of
https://github.com/ansible/awx.git
synced 2026-05-22 08:17:39 -02:30
Update UI build system
* Faster build times * Smaller bundle sizes * Adjust paths * Cleanup npm dependencies * Remove unneded Grunt tasks
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import Base from './Base';
|
||||
import Config from './Config';
|
||||
import Credential from './Credential';
|
||||
import CredentialType from './CredentialType';
|
||||
import Me from './Me';
|
||||
import Organization from './Organization';
|
||||
import Base from '@models/Base';
|
||||
import Config from '@models/Config';
|
||||
import Credential from '@models/Credential';
|
||||
import CredentialType from '@models/CredentialType';
|
||||
import Me from '@models/Me';
|
||||
import Organization from '@models/Organization';
|
||||
|
||||
angular
|
||||
.module('at.lib.models', [])
|
||||
|
||||
Reference in New Issue
Block a user