mirror of
https://github.com/wahyd4/harbor.git
synced 2026-08-17 00:36:35 +10:00
10 lines
126 B
JavaScript
10 lines
126 B
JavaScript
(function() {
|
|
|
|
'use strict';
|
|
|
|
angular
|
|
.module('harbor.summary', [
|
|
'harbor.services.project'
|
|
]);
|
|
|
|
})(); |