mirror of
https://github.com/rjNemo/ticket_manager
synced 2026-06-06 00:36:39 +00:00
4 lines
121 B
TypeScript
4 lines
121 B
TypeScript
import * as createHistory from "history";
|
|
const history = createHistory.createBrowserHistory();
|
|
|
|
export default history;
|