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