chore: remove unused imprts

This commit is contained in:
amhsirak
2024-12-11 02:02:37 +05:30
parent a34e865773
commit 8533ea5362

View File

@@ -1,8 +1,7 @@
import { Page } from "playwright";
import { Action, ActionType, Coordinates, TagName } from "../types";
import { Coordinates } from "../types";
import { WhereWhatPair, WorkflowFile } from "maxun-core";
import logger from "../logger";
import { getBestSelectorForAction } from "./utils";
/*TODO:
1. Handle TS errors (here we definetly know better)