Implement Last.fm account linking UI

This commit is contained in:
Steve Richter
2021-06-21 21:20:44 -04:00
committed by Deluan Quintão
parent 8b62a58b4c
commit 5fbfd9c81e
6 changed files with 149 additions and 89 deletions
+1
View File
@@ -1,4 +1,5 @@
export const openInNewTab = (url) => {
const win = window.open(url, '_blank')
win.focus()
return win
}