[0d34a1]: / client / src / Contexts.js

Download this file

5 lines (3 with data), 112 Bytes

1
2
3
4
5
import {createContext} from "react";
const SelectedContext = createContext(0);
export default SelectedContext;