code-for-charlottesville / housinghub

GNU General Public License v3.0
14 stars 23 forks source link

Create a cell and row component #112

Open jkropko opened 3 years ago

jkropko commented 3 years ago

Currently the Cell and Row components are created with a map function in the LocalTable component located in Table.js. We would like those components put in separate files, Row.js and Cell.js.