Skip to content

Commit

Permalink
chore: remove unwanted
Browse files Browse the repository at this point in the history
  • Loading branch information
rajesh-jonnalagadda committed Nov 6, 2024
1 parent 01b0ae8 commit 7669b17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keep-ui/app/workflows/[workflow_id]/workflow-overview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { ExclamationCircleIcon } from "@heroicons/react/20/solid";
import { Callout, Button, Title, Card, Tab, TabGroup, TabList } from "@tremor/react";
import { load, JSON_SCHEMA } from "js-yaml";
import { useSearchParams } from "next/navigation";
import { useState, useEffect, Dispatch, SetStateAction, use } from "react";
import { useState, useEffect, Dispatch, SetStateAction } from "react";
import Loading from "app/loading";
import { WorkflowSteps } from "../mockworkflows";
import { Workflow } from "../models";
Expand Down

0 comments on commit 7669b17

Please sign in to comment.