UNPKG

rap-react

Version:

To make it easy for you to get started with GitLab, here's a list of recommended next steps.

5 lines (3 loc) 120 B
import { createContext } from "react"; export const LoaderContext = createContext(); export default LoaderContext;