Skip to content

Commit

Permalink
Remove unnecessary imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ciampo committed Feb 24, 2023
1 parent af44091 commit 7f36b8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/storybook-playwright/specs/hstack.spec.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* External dependencies
*/
import { test, Page } from '@playwright/test';
import { test } from '@playwright/test';

/**
* Internal dependencies
Expand Down
2 changes: 1 addition & 1 deletion test/storybook-playwright/specs/vstack.spec.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* External dependencies
*/
import { test, Page } from '@playwright/test';
import { test } from '@playwright/test';

/**
* Internal dependencies
Expand Down

0 comments on commit 7f36b8c

Please sign in to comment.