fix: csv-parse/web
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user