mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 04:20:12 +02:00
fix shared song type import
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
import { AppRoute } from '@ts-rest/core';
|
import { AppRoute } from '@ts-rest/core';
|
||||||
|
import { TFunction } from 'i18next';
|
||||||
import { ReactNode } from 'react';
|
import { ReactNode } from 'react';
|
||||||
import { TFunction } from 'react-i18next';
|
|
||||||
import { Song } from 'src/main/features/core/lyrics/netease';
|
|
||||||
|
|
||||||
import {
|
import {
|
||||||
Album,
|
Album,
|
||||||
@@ -10,6 +9,7 @@ import {
|
|||||||
LibraryItem,
|
LibraryItem,
|
||||||
Playlist,
|
Playlist,
|
||||||
QueueSong,
|
QueueSong,
|
||||||
|
Song,
|
||||||
} from '/@/shared/types/domain-types';
|
} from '/@/shared/types/domain-types';
|
||||||
import { ServerFeatures } from '/@/shared/types/features-types';
|
import { ServerFeatures } from '/@/shared/types/features-types';
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user