simplify some things

This commit is contained in:
Joeri Exelmans 2025-05-13 13:11:57 +02:00
parent fa70d2f3f4
commit 9ef160aeb7
8 changed files with 105 additions and 30 deletions

3
src/CommandContext.ts Normal file
View file

@ -0,0 +1,3 @@
import { createContext } from "react";
export const CommandContext = createContext<{[key:string]: () => void}>({});