mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-27 19:09:01 +03:00
4 lines
113 B
TypeScript
4 lines
113 B
TypeScript
import { createBrowserHistory } from 'history';
|
|
|
|
export const history = createBrowserHistory({ basename: '/' });
|