We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f443ac commit 13a446bCopy full SHA for 13a446b
packages/cypress-ct-qwik/src/lib/mount.tsx
@@ -1,4 +1,5 @@
1
-import { JSXNode, render } from '@builder.io/qwik';
+import type { JSXNode } from '@builder.io/qwik';
2
+import { render } from '@builder.io/qwik';
3
import { getContainerEl } from '@cypress/mount-utils';
4
5
// MIGHT NOT NEED CLEANUP
0 commit comments