Skip to content

Commit

Permalink
cherry-pick(#29706): fit(ct): remove unused type import (#29709)
Browse files Browse the repository at this point in the history
This PR cherry-picks the following commits:

- 772345c

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
playwrightmachine and github-actions[bot] committed Feb 29, 2024
1 parent 84780b1 commit 20db86d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/playwright-ct-core/types/component.d.ts
Expand Up @@ -14,8 +14,6 @@
* limitations under the License.
*/

import type { ImportRegistry } from '../src/injected/importRegistry';

type JsonPrimitive = string | number | boolean | null;
type JsonValue = JsonPrimitive | JsonObject | JsonArray;
type JsonArray = JsonValue[];
Expand Down

0 comments on commit 20db86d

Please sign in to comment.