File size: 88 Bytes
ed483bc
 
 
1
2
3
4
import { createContext } from 'react';

export const AuthContext = createContext(null);