xref: /openbmc/phosphor-webui/app/common/components/index.js (revision afc8a799627b71bba716e207cee8185852a6d390)
1/**
2 * A module to contain common components
3 */
4window.angular && (function(angular) {
5  'use strict';
6
7  // Register app.common.components module
8  angular.module('app.common.components', []);
9})(window.angular);
10