mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2025-05-01 17:30:33 +03:00
Add aliases for shlink-web-component and shlink-frontend-kit packages
This commit is contained in:
parent
9f2b0f7c6b
commit
93048e3327
93 changed files with 215 additions and 143 deletions
shlink-web-component/src/utils/helpers
|
@ -1,8 +1,8 @@
|
|||
import { parseQuery, stringifyQuery } from '@shlinkio/shlink-frontend-kit';
|
||||
import type { DependencyList, EffectCallback } from 'react';
|
||||
import { useEffect, useRef, useState } from 'react';
|
||||
import { useNavigate } from 'react-router-dom';
|
||||
import { useSwipeable as useReactSwipeable } from 'react-swipeable';
|
||||
import { parseQuery, stringifyQuery } from './query';
|
||||
|
||||
const DEFAULT_DELAY = 2000;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue