diff --git a/src/components/ui/table.tsx b/src/components/ui/table.tsx index 7f3502f..4c4ce58 100644 --- a/src/components/ui/table.tsx +++ b/src/components/ui/table.tsx @@ -50,7 +50,7 @@ const TableFooter = React.forwardRef< /> )) TableFooter.displayName = "TableFooter" - +// const TableRow = React.forwardRef< HTMLTableRowElement, React.HTMLAttributes