mirror of
https://github.com/QuantumNous/new-api.git
synced 2026-04-20 03:28:38 +00:00
4 lines
96 B
JavaScript
4 lines
96 B
JavaScript
import { createBrowserHistory } from 'history';
|
|
|
|
export const history = createBrowserHistory();
|