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 ( - ; + ); }