fix: csv-parse/web
This commit is contained in:
parent
795c2c4389
commit
d94484220c
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue