beep
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import { createContext } from "react";
|
||||
import { ControlsContextType } from "./types";
|
||||
|
||||
const ControlsContext = createContext<ControlsContextType>(null);
|
||||
|
||||
export default ControlsContext;
|
||||
Reference in New Issue
Block a user