UNPKG

koa2-boilerplate-plus

Version:
6 lines (4 loc) 196 B
import { useRouterHistory} from 'react-router'; import { createHashHistory } from 'history'; const appHistory = useRouterHistory(createHashHistory)({ queryKey: false }) export default appHistory