--- a +++ b/client/src/Contexts.js @@ -0,0 +1,5 @@ +import {createContext} from "react"; + +const SelectedContext = createContext(0); + +export default SelectedContext; \ No newline at end of file