UNPKG

@appricot/strapi-plugin-tinymce

Version:

Replaces the default Strapi WYSIWYG editor with a customized build of TinyMCE editor.

8 lines (5 loc) 123 B
import React, { memo } from "react"; const HomePage = () => { return <></>; }; export default memo(HomePage);