chore: move to pw-core

This commit is contained in:
Rohit Rajan
2025-11-30 17:58:55 +05:30
parent 3018d7dc3a
commit 7f97401b8b
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
import { WorkflowFile } from "maxun-core";
import { Locator } from "playwright";
import { Locator } from "playwright-core";
export type Workflow = WorkflowFile["workflow"];