mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-31 21:23:36 -05:00
6 lines
120 B
JavaScript
6 lines
120 B
JavaScript
import PathService from './path.service';
|
|
|
|
angular
|
|
.module('at.lib', [])
|
|
.factory('PathService', PathService);
|