mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 04:20:12 +02:00
Fix types reference
This commit is contained in:
@@ -6,11 +6,12 @@ import {
|
||||
useCallback,
|
||||
} from 'react';
|
||||
import ReactPlayer, { ReactPlayerProps } from 'react-player';
|
||||
import { Song } from '@/renderer/api/types';
|
||||
import {
|
||||
crossfadeHandler,
|
||||
gaplessHandler,
|
||||
} from '@/renderer/components/audio-player/utils/list-handlers';
|
||||
import { CrossfadeStyle, PlaybackStyle, PlayerStatus, Song } from '@/types';
|
||||
import { CrossfadeStyle, PlaybackStyle, PlayerStatus } from '@/renderer/types';
|
||||
|
||||
interface AudioPlayerProps extends ReactPlayerProps {
|
||||
crossfadeDuration: number;
|
||||
|
||||
Reference in New Issue
Block a user