chore: remove Pair

This commit is contained in:
karishmas6
2024-10-10 18:20:40 +05:30
parent e73a0a0a4f
commit 6e14704a43

View File

@@ -21,7 +21,6 @@ import RadioGroup from '@mui/material/RadioGroup';
import { emptyWorkflow } from "../../shared/constants";
import { getActiveWorkflow } from "../../api/workflow";
import DeleteIcon from '@mui/icons-material/Delete';
import { Pair } from '../molecules/Pair';
const fetchWorkflow = (id: string, callback: (response: WorkflowFile) => void) => {
getActiveWorkflow(id).then(