diff --git a/components/table.tsx b/components/table.tsx index ca164df..8791987 100644 --- a/components/table.tsx +++ b/components/table.tsx @@ -3,7 +3,7 @@ import { getCoreRowModel, useReactTable, } from "@tanstack/react-table"; -import { cn } from "../lib/utils"; +import { cn } from "../lib/utils.js"; interface TableProps { data: T[];