diff --git a/components/VisualSchema/ArkeNode.tsx b/components/VisualSchema/ArkeNode.tsx index 14eda91..f5765dc 100644 --- a/components/VisualSchema/ArkeNode.tsx +++ b/components/VisualSchema/ArkeNode.tsx @@ -17,16 +17,13 @@ import React, { memo, useState } from "react"; import { twMerge } from "tailwind-merge"; import { PlusIcon } from "@heroicons/react/24/outline"; -import { Button } from "@arkejs/ui"; import { CrudState } from "@/types/crud"; import toast from "react-hot-toast"; import { TUnit } from "@arkejs/client"; import { AssignParameterAdd } from "@/crud/arke"; -import { AddIcon, EditIcon, LinkIcon, TrashIcon } from "@/components/Icon"; +import { EditIcon, LinkIcon, TrashIcon } from "@/components/Icon"; import { RemoveIcon } from "@/components/Icon/RemoveIcon"; -import arkeId from "@/pages/arke/[arkeId]"; import { LinkArkeOrGroup } from "@/crud/arke/LinkArkeOrGroup"; -import { Handle, Position } from "reactflow"; interface ArkeNodeProps { data: { diff --git a/components/VisualSchema/TestFileLicense.tsx b/components/VisualSchema/TestFileLicense.tsx deleted file mode 100644 index c848d19..0000000 --- a/components/VisualSchema/TestFileLicense.tsx +++ /dev/null @@ -1,3 +0,0 @@ -export default function TestFileLicense() { - return
test unlicensed
; -} diff --git a/pages/visual-schema/index.tsx b/pages/visual-schema/index.tsx index fb5c95b..5660cc4 100644 --- a/pages/visual-schema/index.tsx +++ b/pages/visual-schema/index.tsx @@ -38,12 +38,9 @@ import { ArkeCrud as ArkeEdit, ArkeCrud as ArkeAdd, ArkeDelete, - AssignParameterAdd, AssignParameterDelete, } from "@/crud/arke"; import { CrudState } from "@/types/crud"; -import { Simulate } from "react-dom/test-utils"; -import load = Simulate.load; const PAGE_SIZE = 10; const fetchArke = async (