fix: use maxun-core

This commit is contained in:
karishmas6
2024-07-31 22:46:38 +05:30
parent 19ca0fa517
commit 7d57e5adc0
15 changed files with 16 additions and 16 deletions

View File

@@ -3,7 +3,7 @@ import { InterpretationButtons } from "./InterpretationButtons";
import { AddButton } from "../atoms/buttons/AddButton";
import { GenericModal } from "../atoms/GenericModal";
import { PairEditForm } from "./PairEditForm";
import { WhereWhatPair, WorkflowFile } from "@wbr-project/wbr-interpret";
import { WhereWhatPair, WorkflowFile } from "maxun-core";
import { AddPair } from "../../api/workflow";
import { Button, Stack } from "@mui/material";
import { FastForward } from "@mui/icons-material";