diff --git a/src/app/editor/page.tsx b/src/app/editor/page.tsx index e96eab7..c2f4c73 100644 --- a/src/app/editor/page.tsx +++ b/src/app/editor/page.tsx @@ -2,6 +2,7 @@ import type { CSSProperties, ReactNode } from "react"; import { useState } from "react"; +import Link from "next/link"; import { DndContext, PointerSensor, @@ -222,8 +223,16 @@ export default function EditorPage() { return (
-

Page Editor

-

빌더 MVP용 에디터 페이지 골격

+
+

Page Editor

+

빌더 MVP용 에디터 페이지 골격

+
+ + 프리뷰 열기 +