Skip to content

Commit

Permalink
fix: compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
rolznz committed Oct 20, 2023
1 parent 87817f4 commit d503ae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/pages/bc-help.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@ export class HelpPage extends withTwind()(BitcoinConnectElement) {

declare global {
interface HTMLElementTagNameMap {
'bc-help': Help;
'bc-help': HelpPage;
}
}

0 comments on commit d503ae4

Please sign in to comment.