remove unneeded import
This commit is contained in:
parent
91ef9c6b55
commit
aa49ca7e88
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue