Move tracker types and constants to corresponding files

This commit is contained in:
schroda
2025-05-30 22:58:36 +02:00
parent 3bff11d8a9
commit 8036101de7
9 changed files with 64 additions and 57 deletions

View File

@@ -14,7 +14,8 @@ import { useTranslation } from 'react-i18next';
import Stack from '@mui/material/Stack';
import { requestManager } from '@/lib/requests/RequestManager.ts';
import { CARD_STYLING } from '@/modules/tracker/Tracker.constants.ts';
import { TTrackerBase } from '@/modules/tracker/services/Trackers.ts';
import { TTrackerBase } from '@/modules/tracker/Tracker.types.ts';
export const TrackerUntrackedCard = ({
tracker,