woocommerce/plugins/woocommerce-admin/packages/navigation/src/history.js

10 lines
260 B
JavaScript
Raw Normal View History

/** @format */
/**
* External dependencies
*/
import { createHashHistory } from 'history';
// See https://github.com/ReactTraining/react-router/blob/master/FAQ.md#how-do-i-access-the-history-object-outside-of-components
export default createHashHistory();