mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-04-20 13:36:20 +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