From d00fc904b70bba007fb5373998b1b578caa41570 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Fri, 8 Aug 2025 11:00:47 +0000 Subject: [PATCH] Add Tutorials route to routing configuration cgen-f7186d4c2eea47c6a2e0e1c2be7f4306 --- client/App.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/client/App.tsx b/client/App.tsx index 328c6b48..f705756d 100644 --- a/client/App.tsx +++ b/client/App.tsx @@ -52,6 +52,7 @@ const App = () => ( {/* Resource routes */} } /> + } /> } /> } /> } />