UNPKG

cra-template-scrypto-app

Version:

CRA template with: scrypto tooling available for building dApps on Radix Network.

7 lines (3 loc) 134 B
import { createContext } from "react"; export const appState = createContext({}) export const AppStateProvider= appState.Provider