Skip to content

Commit 772345c

Browse files
authored
fit(ct): remove unused type import (#29706)
Signed-off-by: Flo Becker <[email protected]>
1 parent 8264bec commit 772345c

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)