f5071ca
1
2
3
4
import { createContext } from "react"; export const FirebaseContext = createContext(null);