Skip to content

Commit

Permalink
* list: register component.
Browse files Browse the repository at this point in the history
  • Loading branch information
catouse committed Jul 9, 2024
1 parent 7490bdc commit 476f2fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/list/src/vanilla/list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ export class List extends ComponentFromReact<ListProps, ListReact> {

static replace = ListReact.TAG;
}

List.register();
2 changes: 2 additions & 0 deletions lib/list/src/vanilla/nested-list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ export class NestedList extends ComponentFromReact<NestedListProps, NestedListRe

static replace = NestedListReact.TAG;
}

NestedList.register();

0 comments on commit 476f2fc

Please sign in to comment.