mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-14 00:02:18 +02:00
fix all imports for new structure
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { createContext } from 'react';
|
||||
|
||||
import { PlayQueueAddOptions } from '/@/renderer/types';
|
||||
import { PlayQueueAddOptions } from '/@/shared/types/types';
|
||||
|
||||
export const PlayQueueHandlerContext = createContext<{
|
||||
handlePlayQueueAdd: ((options: PlayQueueAddOptions) => void) | undefined;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import { createContext } from 'react';
|
||||
|
||||
import { WebAudio } from '/@/renderer/types';
|
||||
import { WebAudio } from '/@/shared/types/types';
|
||||
|
||||
export const WebAudioContext = createContext<{
|
||||
setWebAudio?: (audio: WebAudio) => void;
|
||||
|
||||
Reference in New Issue
Block a user