mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-09 02:05:28 +00:00
feat(modal): port LinkWarning
This commit is contained in:
5
src/context/history.ts
Normal file
5
src/context/history.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { createBrowserHistory } from "history";
|
||||
|
||||
export const history = createBrowserHistory({
|
||||
basename: import.meta.env.BASE_URL,
|
||||
});
|
||||
Reference in New Issue
Block a user