mirror of
https://github.com/Telecominfraproject/wlan-cloud-ui.git
synced 2025-11-01 11:17:59 +00:00
5 lines
113 B
JavaScript
Executable File
5 lines
113 B
JavaScript
Executable File
import { createBrowserHistory } from 'history';
|
|
|
|
const history = createBrowserHistory();
|
|
export default history;
|