import React from "react";
import { createContext } from "react";

export const InitialContext = createContext();