diff --git a/src/App/V1Routes.tsx b/src/App/V1Routes.tsx
index 4b002f970e..f5ab282797 100644
--- a/src/App/V1Routes.tsx
+++ b/src/App/V1Routes.tsx
@@ -17,6 +17,7 @@ import { VERSION_QUERY_PARAM } from "pages/AccountDashboard/constants";
import { AccountsRouter } from "pages/Actions/ActionsRouter";
import BeginAccountTransfer from "pages/BeginAccountTransfer/BeginAccountTransfer";
import BuyGlp from "pages/BuyGlp/BuyGlp";
+import CompleteAccountTransfer from "pages/CompleteAccountTransfer/CompleteAccountTransfer";
import { Exchange } from "pages/Exchange/Exchange";
import PageNotFound from "pages/PageNotFound/PageNotFound";
import { ParseTransactionPage } from "pages/ParseTransaction/ParseTransaction";
@@ -90,6 +91,9 @@ export function V1Routes({ openSettings }: { openSettings: () => void }) {
+
+
+
{({ match }) => (