Skip to content
This repository was archived by the owner on Oct 8, 2020. It is now read-only.

Commit 3a0346b

Browse files
committed
add return haElem back
1 parent 32ec944 commit 3a0346b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ha-elements.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,5 @@ export const ha_elements = () => {
3737
haElem.sidebar.divider = haElem.sidebar.main.querySelector('div.divider');
3838
haElem.appHeader = haElem.root.querySelector('app-header');
3939
haElem.appLayout = haElem.root.querySelector('ha-app-layout');
40+
return haElem;
4041
};

0 commit comments

Comments
 (0)