2025-11-13 13:13:34 -07:00

8 lines
118 B
JavaScript

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