gotangible / context.js
context.js
Raw
import React from "react";

const DappContext = React.createContext();
export default DappContext;