import * as React from 'react'
import Editor from './components/editor'
export default function Basic(): JSX.Element {
return <Editor />
}