From 90f9d30cce3567f30b6f2573b41ef948500e5dad Mon Sep 17 00:00:00 2001 From: Ganapathy S Date: Fri, 7 Mar 2025 08:24:39 +0530 Subject: [PATCH] fix: template routing (#115) --- .../app/(dashboard)/templates/[templateId]/{ => edit}/page.tsx | 0 apps/web/src/app/(dashboard)/templates/template-list.tsx | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename apps/web/src/app/(dashboard)/templates/[templateId]/{ => edit}/page.tsx (100%) diff --git a/apps/web/src/app/(dashboard)/templates/[templateId]/page.tsx b/apps/web/src/app/(dashboard)/templates/[templateId]/edit/page.tsx similarity index 100% rename from apps/web/src/app/(dashboard)/templates/[templateId]/page.tsx rename to apps/web/src/app/(dashboard)/templates/[templateId]/edit/page.tsx diff --git a/apps/web/src/app/(dashboard)/templates/template-list.tsx b/apps/web/src/app/(dashboard)/templates/template-list.tsx index 670bf0b..abaded7 100644 --- a/apps/web/src/app/(dashboard)/templates/template-list.tsx +++ b/apps/web/src/app/(dashboard)/templates/template-list.tsx @@ -58,7 +58,7 @@ export default function TemplateList() { {template.name}