From b9cd68b82aac4812700ad542d31212927d7ae266 Mon Sep 17 00:00:00 2001 From: linfeng <2819853134@qq.com> Date: Fri, 7 Mar 2025 18:44:39 +0800 Subject: [PATCH] lin --- apps/web/src/app/main/path/editor/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/app/main/path/editor/page.tsx b/apps/web/src/app/main/path/editor/page.tsx index 2c0b8b0..16c106e 100755 --- a/apps/web/src/app/main/path/editor/page.tsx +++ b/apps/web/src/app/main/path/editor/page.tsx @@ -6,7 +6,7 @@ export default function PathEditorPage() { const { id } = useParams(); return ( - ; + ); }