+ {() => (
+ <>
+ {t('MinProposalRequirements')}
+
+ >
+ )}
+
+ >
+ );
+};
diff --git a/apps/token/src/routes/router-config.tsx b/apps/token/src/routes/router-config.tsx
index 04d9ba59c..a33818425 100644
--- a/apps/token/src/routes/router-config.tsx
+++ b/apps/token/src/routes/router-config.tsx
@@ -1,6 +1,7 @@
import React from 'react';
import { ProposalContainer } from './governance/proposal';
import { ProposalsContainer } from './governance/proposals';
+import { Propose } from './governance/propose';
import Home from './home';
import NotFound from './not-found';
@@ -165,6 +166,7 @@ const routerConfig = [
component: LazyGovernance,
children: [
{ path: ':proposalId', element: