diff --git a/src/global/AppRouter.tsx b/src/global/AppRouter.tsx index 31c6481..396b627 100644 --- a/src/global/AppRouter.tsx +++ b/src/global/AppRouter.tsx @@ -3,7 +3,7 @@ // Full details: https://github.com/tmpim/KristWeb2/blob/master/LICENSE.txt import { Alert } from "antd"; -import { Switch, Route } from "react-router-dom"; +import { Switch, Route, Redirect } from "react-router-dom"; import { DashboardPage } from "@pages/dashboard/DashboardPage"; import { WalletsPage } from "@pages/wallets/WalletsPage"; @@ -107,6 +107,43 @@ ) ))} + {/* Redirects from KristWeb v1 router */} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ; }