harbor/static/ng/resources/js/header/header.data.js

8 lines
82 B
JavaScript
Raw Normal View History

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