Skip to content

Commit 4202a7f

Browse files
authored
Merge pull request #10 from github/default-export
default export the element 💀
2 parents c1816b5 + ce475dd commit 4202a7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* @flow strict */
22

3-
class TabContainerElement extends HTMLElement {
3+
export default class TabContainerElement extends HTMLElement {
44
constructor() {
55
super()
66

0 commit comments

Comments
 (0)