From 7a494ff6973c4a2e993f4a9a3da837bfa390d700 Mon Sep 17 00:00:00 2001 From: badayvedat Date: Tue, 11 Jun 2024 19:41:46 +0300 Subject: [PATCH] refactor: use dash instead of underscore in paths --- .../app/comfy/{image_to_image => image-to-image}/page.tsx | 0 .../app/comfy/{image_to_video => image-to-video}/page.tsx | 0 apps/demo-nextjs-app-router/app/comfy/page.tsx | 6 +++--- .../app/comfy/{text_to_image => text-to-image}/page.tsx | 0 4 files changed, 3 insertions(+), 3 deletions(-) rename apps/demo-nextjs-app-router/app/comfy/{image_to_image => image-to-image}/page.tsx (100%) rename apps/demo-nextjs-app-router/app/comfy/{image_to_video => image-to-video}/page.tsx (100%) rename apps/demo-nextjs-app-router/app/comfy/{text_to_image => text-to-image}/page.tsx (100%) diff --git a/apps/demo-nextjs-app-router/app/comfy/image_to_image/page.tsx b/apps/demo-nextjs-app-router/app/comfy/image-to-image/page.tsx similarity index 100% rename from apps/demo-nextjs-app-router/app/comfy/image_to_image/page.tsx rename to apps/demo-nextjs-app-router/app/comfy/image-to-image/page.tsx diff --git a/apps/demo-nextjs-app-router/app/comfy/image_to_video/page.tsx b/apps/demo-nextjs-app-router/app/comfy/image-to-video/page.tsx similarity index 100% rename from apps/demo-nextjs-app-router/app/comfy/image_to_video/page.tsx rename to apps/demo-nextjs-app-router/app/comfy/image-to-video/page.tsx diff --git a/apps/demo-nextjs-app-router/app/comfy/page.tsx b/apps/demo-nextjs-app-router/app/comfy/page.tsx index 70e6d93..9acca73 100644 --- a/apps/demo-nextjs-app-router/app/comfy/page.tsx +++ b/apps/demo-nextjs-app-router/app/comfy/page.tsx @@ -16,19 +16,19 @@ export default function Index() {