From af2f43ec5d0ed7876e856e8520e8c86af17a0131 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sun, 19 Oct 2025 01:45:42 +0000 Subject: [PATCH] Add /trust route and footer link to Transparency cgen-0b161ce880704606a5678122f79fbd4e --- client/App.tsx | 2 ++ 1 file changed, 2 insertions(+) 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 = () => ( } /> } /> } /> + } /> } /> } /> } />