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