From d94484220c424744034b99131e117ddf5212c5b1 Mon Sep 17 00:00:00 2001 From: hypercross Date: Thu, 26 Feb 2026 00:49:20 +0800 Subject: [PATCH] fix: csv-parse/web --- src/components/table.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/table.tsx b/src/components/table.tsx index cda4004..8520199 100644 --- a/src/components/table.tsx +++ b/src/components/table.tsx @@ -1,6 +1,6 @@ import { customElement, noShadowDOM } from 'solid-element'; import { createSignal, For, Show } from 'solid-js'; -import { parse } from 'csv-parse/sync'; +import { parse } from 'csv-parse/browser/esm/sync'; interface TableRow { label: string;