From aa49ca7e88cb16105c59f805c2c0c8033c204d57 Mon Sep 17 00:00:00 2001 From: Simon Knott Date: Wed, 11 Dec 2024 16:23:14 +0100 Subject: [PATCH] remove unneeded import --- packages/html-reporter/src/links.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/html-reporter/src/links.tsx b/packages/html-reporter/src/links.tsx index 545cdf58b2..98c787a68a 100644 --- a/packages/html-reporter/src/links.tsx +++ b/packages/html-reporter/src/links.tsx @@ -22,7 +22,6 @@ import { CopyToClipboard } from './copyToClipboard'; import './links.css'; import { linkifyText } from '@web/renderUtils'; import { clsx } from '@web/uiUtils'; -import { URLSearchParams } from 'url'; export function navigate(href: string) { window.history.pushState({}, '', href);