chore: removes default exports from slate

This commit is contained in:
James
2024-03-06 19:28:55 -05:00
parent b2ae40c8c8
commit a2aa527f50
74 changed files with 177 additions and 347 deletions

View File

@@ -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'