harbor/static/resources/js/harbor.initialize.js

7 lines
80 B
JavaScript

(function() {
'use strict';
angular
.module('harbor.app');
})();