Skip to content

Commit

Permalink
Don't export XBannerElement
Browse files Browse the repository at this point in the history
  • Loading branch information
safeforge committed Nov 1, 2022
1 parent 63df1e3 commit 8d0f96f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/primer/beta/x_banner.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import {controller, target} from '@github/catalyst'

@controller
export class XBannerElement extends HTMLElement {
class XBannerElement extends HTMLElement {
@target root: HTMLElement
@target titleText: HTMLElement

Expand Down

0 comments on commit 8d0f96f

Please sign in to comment.