Files
sogo/UI/WebServerResources/scss/components/whiteframe/whiteframe.js

10 lines
154 B
JavaScript

(function() {
'use strict';
/**
* @ngdoc module
* @name material.components.whiteframe
*/
angular.module('material.components.whiteframe', []);
})();