Skip to content

Commit

Permalink
fix: rename imports
Browse files Browse the repository at this point in the history
  • Loading branch information
dominik-stumpf committed Jul 29, 2024
1 parent 48e2e5b commit 0586ddc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ import { $getSelection, $isRangeSelection, SELECTION_CHANGE_COMMAND } from "lexi
import { useCallback, useEffect, useRef, useState } from "react"
import { FormProvider, useForm } from "react-hook-form"
import { ensureUrlProtocol } from "utils/ensureUrlProtocol"
import { LOW_PRIORITY } from "../ToolbarPlugin/constants"
import { getSelectedNode } from "../ToolbarPlugin/utils"
import { LOW_PRIORITY } from "../constants"
import { getSelectedNode } from "../utils"

type LinkEditorProps = {
isOpen: boolean
Expand Down

0 comments on commit 0586ddc

Please sign in to comment.