chore: remove unused code

This commit is contained in:
Fu Diwei
2024-12-20 21:45:07 +08:00
parent cb162e063d
commit 929250810f
8 changed files with 78 additions and 125 deletions

View File

@@ -1,5 +1,5 @@
import { WorkflowRunLog } from "@/domain/workflow";
import { logs } from "@/repository/workflow";
import { list as logs } from "@/repository/workflowRunLog";
import { ColumnDef } from "@tanstack/react-table";
import { useState } from "react";
import { DataTable } from "./DataTable";