import { useCommands } from "@remirror/react"; // icons export const UndoButton = () => { const { undo } = useCommands(); return ( ); };