fix shared song type import

This commit is contained in:
jeffvli 2025-09-22 22:28:45 -07:00
parent abd1d55f23
commit 34b728c86d

View file

@ -1,7 +1,6 @@
import { AppRoute } from '@ts-rest/core';
import { TFunction } from 'i18next';
import { ReactNode } from 'react';
import { TFunction } from 'react-i18next';
import { Song } from 'src/main/features/core/lyrics/netease';
import {
Album,
@ -10,6 +9,7 @@ import {
LibraryItem,
Playlist,
QueueSong,
Song,
} from '/@/shared/types/domain-types';
import { ServerFeatures } from '/@/shared/types/features-types';