Files

8 lines
118 B
JavaScript
Raw Permalink Normal View History

/**
* @fileOverview Cross
*/
export var Cell = function Cell(_props) {
return null;
};
Cell.displayName = 'Cell';