From ad13a58ac82ac07f6e5ccccf9ee0b11ebf11d19b Mon Sep 17 00:00:00 2001 From: hanif salafi Date: Mon, 21 Jul 2025 16:53:10 +0700 Subject: [PATCH] feat: update custom editor --- components/editor/custom-editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/editor/custom-editor.js b/components/editor/custom-editor.js index eb233f45..96de6e95 100644 --- a/components/editor/custom-editor.js +++ b/components/editor/custom-editor.js @@ -1,6 +1,6 @@ // components/custom-editor.js -import React from "react"; +import React, { useCallback, useEffect, useRef, useState } from "react"; import { CKEditor } from "@ckeditor/ckeditor5-react"; import Editor from "ckeditor5-custom-build";