mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-11 01:41:22 +00:00
10 lines
154 B
JavaScript
10 lines
154 B
JavaScript
(function() {
|
|
'use strict';
|
|
|
|
/**
|
|
* @ngdoc module
|
|
* @name material.components.whiteframe
|
|
*/
|
|
angular.module('material.components.whiteframe', []);
|
|
})();
|