import { createContext } from "react" export const ParentContext = createContext(null!)