Skip to content

Commit 009a1d2

Browse files
committed
Switch to a type import
1 parent b54e2c0 commit 009a1d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import {
2-
Selector,
32
stringify,
43
StringifyExtension,
54
type LineWriter,
65
type NavigateStep,
6+
type Selector,
77
type Step,
88
type UserFlow,
99
} from "@puppeteer/replay"

0 commit comments

Comments
 (0)