Skip to content

Commit 739e82f

Browse files
committed
add named export of openUrl in addition to the default export
1 parent 10a0a9a commit 739e82f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/views/components/open-url.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ export default function openUrl(url: string) {
7878
return genericOpen(url)
7979
}
8080
}
81+
export {openUrl}
8182

8283
export function trackedOpenUrl({url, id}: {url: string, id?: string}) {
8384
tracker.trackScreenView(id || url)

0 commit comments

Comments
 (0)