import * as React from 'react'; import Button from '@material-ui/core/Button'; export function Editor(): JSX.Element { return ( ); }