Skip to content

Commit

Permalink
chore: remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
manolo-battista committed Jun 27, 2023
1 parent 69c252f commit e505884
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 deletions.
5 changes: 1 addition & 4 deletions components/VisualSchema/ArkeNode.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down
3 changes: 0 additions & 3 deletions components/VisualSchema/TestFileLicense.tsx

This file was deleted.

3 changes: 0 additions & 3 deletions pages/visual-schema/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down

0 comments on commit e505884

Please sign in to comment.