mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-28 18:36:23 +02:00
apply formatter cleanup to web files
This commit is contained in:
parent
7d25778927
commit
e7f9c658ce
43 changed files with 224 additions and 276 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