You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To indicate what it does, i.e. "Copy use declaration to clipboard." Also, right now the action is triggered by an onclick= attribute in the HTML. It would be slightly nicer to use addEventListener in main.js, so it's easy to see in one place where all handlers are added.