Fix imports
This commit is contained in:
parent
3dc3d6fe28
commit
226fea2c6d
1 changed files with 2 additions and 1 deletions
|
@ -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 a new issue