diff --git a/client/App.tsx b/client/App.tsx
index 390bcce2..60158084 100644
--- a/client/App.tsx
+++ b/client/App.tsx
@@ -63,6 +63,7 @@ import Staff from "./pages/Staff";
import Realms from "./pages/Realms";
import Investors from "./pages/Investors";
import Roadmap from "./pages/Roadmap";
+import Trust from "./pages/Trust";
const queryClient = new QueryClient();
@@ -81,6 +82,7 @@ const App = () => (
} />
} />
} />
+ } />
} />
} />
} />