⬆️ Upgrade to @tabler/icons-react
This commit is contained in:
@@ -22,7 +22,7 @@ import {
|
||||
IconPercentage,
|
||||
IconSortDescending,
|
||||
IconUpload,
|
||||
} from '@tabler/icons';
|
||||
} from '@tabler/icons-react';
|
||||
import { useTranslation } from 'next-i18next';
|
||||
import { calculateETA } from '../../tools/client/calculateEta';
|
||||
import { humanFileSize } from '../../tools/humanFileSize';
|
||||
|
||||
@@ -14,7 +14,7 @@ import {
|
||||
} from '@mantine/core';
|
||||
import { useElementSize } from '@mantine/hooks';
|
||||
|
||||
import { IconFileDownload, IconInfoCircle } from '@tabler/icons';
|
||||
import { IconFileDownload, IconInfoCircle } from '@tabler/icons-react';
|
||||
|
||||
import dayjs from 'dayjs';
|
||||
import duration from 'dayjs/plugin/duration';
|
||||
|
||||
Reference in New Issue
Block a user