mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-07-18 09:41:51 +00:00
Small fixes
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import csv from 'csvtojson';
|
||||
// @ts-expect-error gfgf
|
||||
import { Parser } from '@json2csv/plainjs';
|
||||
|
||||
export const csvToJson = <T>(csvContent: string) => new Promise<T[]>((resolve) => {
|
||||
|
||||
Reference in New Issue
Block a user