/
var
/
www
/
html
/
wordpress
/
wp-content
/
plugins
/
presto-player
/
src
/
router
/
Upload File
HOME
import { createBrowserHistory } from "history"; import { locationToRoute } from "./utils"; export const history = createBrowserHistory(); export const RouterContext = wp.element.createContext({ route: locationToRoute(history.location), });