Skip to content

Commit

Permalink
chore(portable-text-editor): remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
skogsmaskin authored and rexxars committed Sep 23, 2022
1 parent a6318cd commit 1e191be
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ import {usePortableTextEditor} from './hooks/usePortableTextEditor'
import {PortableTextEditor} from './PortableTextEditor'
import {createWithEditableAPI, createWithHotkeys, createWithInsertData} from './plugins'
import {useForwardedRef} from './hooks/useForwardedRef'
import {usePortableTextEditorValue} from './hooks/usePortableTextEditorValue'

const debug = debugWithName('component:Editable')

Expand Down

0 comments on commit 1e191be

Please sign in to comment.