harbor/static/ng/resources/js/index/index.module.js

6 lines
81 B
JavaScript
Raw Normal View History

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