Skip to content

Commit 20db86d

Browse files
cherry-pick(#29706): fit(ct): remove unused type import (#29709)
This PR cherry-picks the following commits: - 772345c Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 84780b1 commit 20db86d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/playwright-ct-core/types/component.d.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
* limitations under the License.
1515
*/
1616

17-
import type { ImportRegistry } from '../src/injected/importRegistry';
18-
1917
type JsonPrimitive = string | number | boolean | null;
2018
type JsonValue = JsonPrimitive | JsonObject | JsonArray;
2119
type JsonArray = JsonValue[];

0 commit comments

Comments
 (0)