8 lines
118 B
JavaScript
8 lines
118 B
JavaScript
/**
|
|
* @fileOverview Cross
|
|
*/
|
|
|
|
export var Cell = function Cell(_props) {
|
|
return null;
|
|
};
|
|
Cell.displayName = 'Cell'; |