Cell.js 118 B

12345678
  1. /**
  2. * @fileOverview Cross
  3. */
  4. export var Cell = function Cell(_props) {
  5. return null;
  6. };
  7. Cell.displayName = 'Cell';