File size: 91 Bytes
1e92f2d
 
 
1
2
3
import { createContext } from 'react';

export const FirebaseContext = createContext(null);