mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-12 02:23:49 +00:00
Replace remaining ramda references with shlinkio/data-manipulation
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { memoizeWith } from '@shlinkio/data-manipulation';
|
||||
import { compare } from 'compare-versions';
|
||||
import { memoizeWith } from 'ramda';
|
||||
|
||||
export type Empty = null | undefined | '' | never[];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user