Skip to content

Commit

Permalink
TableRow was missed
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitardanailov committed May 23, 2024
1 parent 7c904df commit 5c64bed
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import Table from './Table'
import TableHeader from './Header'
import TableCell, {CoinCell, PriceUSDCell} from './Cell'
import TableRow from './Row'

export {Table, TableHeader, TableCell, CoinCell, PriceUSDCell}
export {Table, TableHeader, TableCell, TableRow, CoinCell, PriceUSDCell}

0 comments on commit 5c64bed

Please sign in to comment.