Skip to content

Commit

Permalink
cherry-pick(#29706): fit(ct): remove unused type import
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 28, 2024
1 parent e7f0635 commit f8465d9
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 f8465d9

Please sign in to comment.