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";