feat: update custom editor

This commit is contained in:
hanif salafi 2025-07-21 16:53:10 +07:00
parent e0d9b43892
commit ad13a58ac8
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
// components/custom-editor.js // components/custom-editor.js
import React from "react"; import React, { useCallback, useEffect, useRef, useState } from "react";
import { CKEditor } from "@ckeditor/ckeditor5-react"; import { CKEditor } from "@ckeditor/ckeditor5-react";
import Editor from "ckeditor5-custom-build"; import Editor from "ckeditor5-custom-build";