mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-20 07:43:35 -05:00
8 lines
216 B
JavaScript
8 lines
216 B
JavaScript
import EventService from './event.service';
|
|
import PathService from './path.service';
|
|
|
|
angular
|
|
.module('at.lib.services', [])
|
|
.service('EventService', EventService)
|
|
.service('PathService', PathService);
|