remove unneeded import

This commit is contained in:
Simon Knott 2024-12-11 16:23:14 +01:00
parent 91ef9c6b55
commit aa49ca7e88
No known key found for this signature in database
GPG key ID: 8CEDC00028084AEC

View file

@ -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);