Skip to content

Commit 5723363

Browse files
committed
Fix lint issue
1 parent da398ed commit 5723363

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

integration/vite-prerender-test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
import fs from "node:fs";
22
import path from "node:path";
33
import { PassThrough } from "node:stream";
4-
import { test, expect, Page } from "@playwright/test";
4+
import type { Page } from "@playwright/test";
5+
import { test, expect } from "@playwright/test";
56

67
import {
78
createAppFixture,

0 commit comments

Comments
 (0)