makearmy-app/node_modules/recharts/es6/component/Cell.js
2025-09-22 10:37:53 -04:00

8 lines
No EOL
118 B
JavaScript

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