From 34b728c86d53aac281dc7a27e2be78637f77cb99 Mon Sep 17 00:00:00 2001 From: jeffvli Date: Mon, 22 Sep 2025 22:28:45 -0700 Subject: [PATCH] fix shared song type import --- src/shared/types/types.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/shared/types/types.ts b/src/shared/types/types.ts index 9cd0f13d..a00d0f61 100644 --- a/src/shared/types/types.ts +++ b/src/shared/types/types.ts @@ -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';