fix: csv-parse/web

This commit is contained in:
hypercross 2026-02-26 00:49:20 +08:00
parent 795c2c4389
commit d94484220c
1 changed files with 1 additions and 1 deletions

View File

@ -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;