From d32729a14c8357461c128f81d43a992c59c2fabc Mon Sep 17 00:00:00 2001 From: McKayla Washburn Date: Wed, 7 Aug 2024 16:22:36 +0000 Subject: [PATCH] fix: add template editor to /templates/:templateName route group --- site/src/router.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/site/src/router.tsx b/site/src/router.tsx index 615d12969e184..634625b1fb8a2 100644 --- a/site/src/router.tsx +++ b/site/src/router.tsx @@ -472,6 +472,10 @@ export const router = createBrowserRouter( {/* Pages that don't have the dashboard layout */} } /> + } + /> }