diff --git a/src/components/layouts/Editor/index.tsx b/src/components/layouts/Editor/index.tsx index a8dd71ea..f6b395f6 100644 --- a/src/components/layouts/Editor/index.tsx +++ b/src/components/layouts/Editor/index.tsx @@ -1,3 +1,4 @@ +"use client"; import dynamic from "next/dynamic"; import Loading from "@/components/Editor/Loading"; import Aside from "@/components/Editor/Aside";