mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-01-17 21:49:20 +01:00
Clean up imports (#4319)
This commit is contained in:
parent
5169cf5ddb
commit
531707e746
@ -7,12 +7,12 @@ import {
|
||||
createEditor,
|
||||
Element,
|
||||
Descendant,
|
||||
Range,
|
||||
} from 'slate'
|
||||
import { css } from 'emotion'
|
||||
import { withHistory } from 'slate-history'
|
||||
|
||||
import { Button, Icon, Menu, Portal } from '../components'
|
||||
import { Range } from 'slate'
|
||||
|
||||
const HoveringMenuExample = () => {
|
||||
const [value, setValue] = useState<Descendant[]>(initialValue)
|
||||
|
Loading…
x
Reference in New Issue
Block a user