import { createContext } from "react"; //bien pour stocker un element sinon utiliser redux export const UidContext = createContext();