import React from 'react' const OnlineEditor: React.FC = () => { return <> } export default OnlineEditor