diff --git a/frontend/src/pages/HomePage.tsx b/frontend/src/pages/HomePage.tsx index ff2ab91..c9381ae 100644 --- a/frontend/src/pages/HomePage.tsx +++ b/frontend/src/pages/HomePage.tsx @@ -8,6 +8,7 @@ import {useTranslation, Trans as Translate} from 'react-i18next' import api from 'api' import {Stats, Page} from 'components' +import type {Track} from 'types' import {TrackListItem} from './TracksPage'