Skip to content

Commit e985bee

Browse files
committed
chore: split out type import
1 parent ba16ce6 commit e985bee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.e2e/tests/features/state-management.spec.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
import { test, expect, type Page } from '@playwright/test'
1+
import { test, expect } from '@playwright/test'
2+
import type { Page } from '@playwright/test'
23
import { getSettingsForDeployment } from '@/utils'
34

45
test.use(getSettingsForDeployment('state-management'))

0 commit comments

Comments
 (0)