Diff of /client/src/Contexts.js [000000] .. [0d34a1]

Switch to side-by-side view

--- 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