mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 14:53:45 +02:00
Fix hot-reloading breaking react-router-dom
This commit is contained in:
3
resources/scripts/components/history.ts
Normal file
3
resources/scripts/components/history.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
import { createBrowserHistory } from 'history';
|
||||
|
||||
export const history = createBrowserHistory({ basename: '/' });
|
||||
Reference in New Issue
Block a user