harbor/static/ng/resources/js/layout/user/user.module.js

7 lines
92 B
JavaScript

(function() {
'use strict';
angular
.module('harbor.layout.user', []);
})();