import React from "react";
export const AuthContext = React.createContext();
export const PromosContext = React.createContext();