5 lines
155 B
JavaScript
5 lines
155 B
JavaScript
|
import React from "react";
|
||
|
|
||
|
export const ApplicationStateContext = React.createContext();
|
||
|
export const ApplicationDispatchContext = React.createContext();
|