import React from "react"; const AppActionContext = React.createContext>( undefined ); export default AppActionContext;