Updated dependencies

This commit is contained in:
Alejandro Celaya
2021-02-28 11:13:07 +01:00
parent 8ec49b8cfc
commit fb2194d2d1
4 changed files with 205 additions and 141 deletions

View File

@@ -6,9 +6,9 @@ import { SelectedServer } from '../servers/data';
import { boundToMercureHub } from '../mercure/helpers/boundToMercureHub';
import { Result } from '../utils/Result';
import { ShlinkApiError } from '../api/ShlinkApiError';
import { Topics } from '../mercure/helpers/Topics';
import { TagsList as TagsListState } from './reducers/tagsList';
import { TagCardProps } from './TagCard';
import { Topics } from '../mercure/helpers/Topics';
const { ceil } = Math;
const TAGS_GROUPS_AMOUNT = 4;