Files
harbor/static/resources/js/harbor.initialize.js
T

7 lines
80 B
JavaScript

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