From 1c01a3d36a04e9ef90ce6b40e062621a335855d1 Mon Sep 17 00:00:00 2001 From: joaocosta9 Date: Wed, 13 Aug 2025 16:00:44 +0100 Subject: [PATCH] fix --- components/table.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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[];