clean up unused files

This commit is contained in:
jeffvli
2025-11-18 14:20:00 -08:00
parent 808c0167f1
commit 1acde80d61
6 changed files with 1 additions and 1200 deletions
@@ -1,9 +0,0 @@
import { createContext } from 'react';
import { PlayQueueAddOptions } from '/@/shared/types/types';
export const PlayQueueHandlerContext = createContext<{
handlePlayQueueAdd: ((options: PlayQueueAddOptions) => void) | undefined;
}>({
handlePlayQueueAdd: undefined,
});