chore: removes default exports from slate
This commit is contained in:
@@ -16,10 +16,10 @@ import React, { Fragment, useState } from 'react'
|
||||
import { Editor, Range, Transforms } from 'slate'
|
||||
import { ReactEditor, useSlate } from 'slate-react'
|
||||
|
||||
import LinkIcon from '../../../icons/Link/index.js'
|
||||
import { LinkIcon } from '../../../icons/Link/index.js'
|
||||
import { useElementButton } from '../../../providers/ElementButtonProvider.js'
|
||||
import ElementButton from '../../Button.js'
|
||||
import isElementActive from '../../isActive.js'
|
||||
import { ElementButton } from '../../Button.js'
|
||||
import { isElementActive } from '../../isActive.js'
|
||||
import { LinkDrawer } from '../LinkDrawer/index.js'
|
||||
import { linkFieldsSchemaPath } from '../shared.js'
|
||||
import { unwrapLink } from '../utilities.js'
|
||||
|
||||
Reference in New Issue
Block a user