mirror of
https://github.com/antebudimir/feishin.git
synced 2025-12-31 10:03:33 +00:00
fix shared song type import
This commit is contained in:
parent
abd1d55f23
commit
34b728c86d
1 changed files with 2 additions and 2 deletions
|
|
@ -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';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue