feat(modal): port LinkWarning

This commit is contained in:
Paul Makles
2022-06-18 14:19:31 +01:00
parent 241b9cd27b
commit b7be9f8c03
11 changed files with 84 additions and 51 deletions

5
src/context/history.ts Normal file
View File

@@ -0,0 +1,5 @@
import { createBrowserHistory } from "history";
export const history = createBrowserHistory({
basename: import.meta.env.BASE_URL,
});