mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-10 04:30:25 +02:00
Fix imports
This commit is contained in:
@@ -30,7 +30,8 @@ import { useMergedRef } from '@mantine/hooks';
|
|||||||
import { ErrorBoundary } from 'react-error-boundary';
|
import { ErrorBoundary } from 'react-error-boundary';
|
||||||
import { VirtualTable } from '/@/renderer/components/virtual-table';
|
import { VirtualTable } from '/@/renderer/components/virtual-table';
|
||||||
import { ErrorFallback } from '/@/renderer/features/action-required';
|
import { ErrorFallback } from '/@/renderer/features/action-required';
|
||||||
import { TableType, QueueSong } from '/@/renderer/types';
|
import { TableType } from '/@/renderer/types';
|
||||||
|
import { QueueSong } from '/@/renderer/api/types';
|
||||||
|
|
||||||
const mpvPlayer = window.electron.mpvPlayer;
|
const mpvPlayer = window.electron.mpvPlayer;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user