mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-04-20 05:26:20 +00:00
Extract shlink-web-component outside of src folder
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import type { ExportableShortUrl } from '../../shlink-web-component/short-urls/data';
|
||||
import type { NormalizedVisit } from '../../shlink-web-component/visits/types';
|
||||
import type { ExportableShortUrl } from '../../../shlink-web-component/short-urls/data';
|
||||
import type { NormalizedVisit } from '../../../shlink-web-component/visits/types';
|
||||
import type { JsonToCsv } from '../../utils/helpers/csvjson';
|
||||
import { saveCsv } from '../../utils/helpers/files';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user