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

7 lines
83 B
JavaScript
Raw Normal View History

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