misc_pterodactyl-panel/resources/scripts/components/history.ts

4 lines
113 B
TypeScript
Raw Normal View History

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