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

6 lines
81 B
JavaScript

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