Update useSplitSettingsTips.ts

This commit is contained in:
Ludy87 2025-09-24 19:50:56 +02:00
parent 6625479765
commit 38d10e7c06
No known key found for this signature in database
GPG Key ID: 92696155E0220F94

View File

@ -1,5 +1,6 @@
import { useMemo } from 'react';
import { useTranslation, type TFunction } from 'react-i18next';
import { useTranslation } from 'react-i18next';
import type { TFunction } from 'i18next';
import { TooltipContent } from '../../types/tips';
import { SPLIT_METHODS, type SplitMethod } from '../../constants/splitConstants';