Remove old workflow types (#1227)

This commit is contained in:
Shuchang Zheng
2024-11-20 08:23:26 -08:00
committed by GitHub
parent c643472f3c
commit 4271ca9ecf
7 changed files with 17 additions and 79 deletions

View File

@@ -1,5 +1,4 @@
import { getClient } from "@/api/AxiosClient";
import { WorkflowApiResponse } from "@/api/types";
import {
Table,
TableBody,
@@ -24,6 +23,7 @@ import {
import { cn } from "@/util/utils";
import { useState } from "react";
import { useNavigate } from "react-router-dom";
import { WorkflowApiResponse } from "../types/workflowTypes";
function WorkflowsTable() {
const [page, setPage] = useState(1);