loginContext.js 107 Bytes
Newer Older
jim's avatar
jim committed
1 2 3 4
import { createContext } from 'react';

const LoginContext = createContext();
export default LoginContext;