mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-25 19:15:18 +02:00
chore: linting
This commit is contained in:
parent
08c75127f1
commit
634f6f24bf
50 changed files with 292 additions and 355 deletions
|
|
@ -1,14 +1,10 @@
|
|||
"use client";
|
||||
|
||||
import * as React from "react";
|
||||
|
||||
import type { TLinkElement } from "platejs";
|
||||
|
||||
import { type UseVirtualFloatingOptions, flip, offset } from "@platejs/floating";
|
||||
import { flip, offset, type UseVirtualFloatingOptions } from "@platejs/floating";
|
||||
import { getLinkAttributes } from "@platejs/link";
|
||||
import {
|
||||
type LinkFloatingToolbarState,
|
||||
FloatingLinkUrlInput,
|
||||
type LinkFloatingToolbarState,
|
||||
useFloatingLinkEdit,
|
||||
useFloatingLinkEditState,
|
||||
useFloatingLinkInsert,
|
||||
|
|
@ -16,6 +12,7 @@ import {
|
|||
} from "@platejs/link/react";
|
||||
import { cva } from "class-variance-authority";
|
||||
import { ExternalLink, Link, Text, Unlink } from "lucide-react";
|
||||
import type { TLinkElement } from "platejs";
|
||||
import { KEYS } from "platejs";
|
||||
import {
|
||||
useEditorRef,
|
||||
|
|
@ -23,6 +20,7 @@ import {
|
|||
useFormInputProps,
|
||||
usePluginOption,
|
||||
} from "platejs/react";
|
||||
import * as React from "react";
|
||||
|
||||
import { buttonVariants } from "@/components/ui/button";
|
||||
import { Separator } from "@/components/ui/separator";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue