misc_pterodactyl-panel/resources/scripts/components/history.ts
2020-12-28 11:10:01 -07:00

3 lines
113 B
TypeScript

import { createBrowserHistory } from 'history';
export const history = createBrowserHistory({ basename: '/' });