Skip to content

Commit 13a446b

Browse files
committed
refactor: JSXNode as a type import
1 parent 6f443ac commit 13a446b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/cypress-ct-qwik/src/lib/mount.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
import { JSXNode, render } from '@builder.io/qwik';
1+
import type { JSXNode } from '@builder.io/qwik';
2+
import { render } from '@builder.io/qwik';
23
import { getContainerEl } from '@cypress/mount-utils';
34

45
// MIGHT NOT NEED CLEANUP

0 commit comments

Comments
 (0)