mirror of
https://github.com/ansible/awx.git
synced 2026-02-17 11:10:03 -03:30
8 lines
207 B
JavaScript
8 lines
207 B
JavaScript
import EventService from './event.service';
|
|
import PathService from './path.service';
|
|
|
|
angular
|
|
.module('at.lib', [])
|
|
.factory('EventService', EventService)
|
|
.factory('PathService', PathService);
|