diff --git a/src/app/editor/page.tsx b/src/app/editor/page.tsx index def250b..91ac9fa 100644 --- a/src/app/editor/page.tsx +++ b/src/app/editor/page.tsx @@ -2,6 +2,7 @@ import type { CSSProperties, ReactNode } from "react"; import { useEffect, useState } from "react"; +import Link from "next/link"; import { DndContext, PointerSensor,