From 857d0c1293dd080de81d6212f4d2c9191c818ccd Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sun, 19 Oct 2025 05:52:22 +0000 Subject: [PATCH] Wire Wix routes into the app cgen-0de7db76dbd34fc9b1c93509e8fe921d --- client/App.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/client/App.tsx b/client/App.tsx index 697ea04b..2b273957 100644 --- a/client/App.tsx +++ b/client/App.tsx @@ -68,6 +68,9 @@ import PressKit from "./pages/PressKit"; import Projects from "./pages/Projects"; import ProjectsAdmin from "./pages/ProjectsAdmin"; import Directory from "./pages/Directory"; +import Wix from "./pages/Wix"; +import WixCaseStudies from "./pages/WixCaseStudies"; +import WixFaq from "./pages/WixFaq"; import { Analytics } from "@vercel/analytics/react"; const queryClient = new QueryClient(); @@ -197,6 +200,9 @@ const App = () => ( } /> {/* Informational routes */} + } /> + } /> + } /> } /> } /> } />