fix: use maxun-core

This commit is contained in:
karishmas6
2024-07-31 22:46:19 +05:30
parent 820939ec78
commit 19ca0fa517
3 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
import { Action, ActionType, Coordinates, TagName } from "../../types";
import { WhereWhatPair, WorkflowFile } from '@wbr-project/wbr-interpret';
import { WhereWhatPair, WorkflowFile } from 'maxun-core';
import logger from "../../logger";
import { Socket } from "socket.io";
import { Page } from "playwright";