We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10a0a9a commit 739e82fCopy full SHA for 739e82f
source/views/components/open-url.js
@@ -78,6 +78,7 @@ export default function openUrl(url: string) {
78
return genericOpen(url)
79
}
80
81
+export {openUrl}
82
83
export function trackedOpenUrl({url, id}: {url: string, id?: string}) {
84
tracker.trackScreenView(id || url)
0 commit comments