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

Commit

Permalink
add return haElem back
Browse files Browse the repository at this point in the history
  • Loading branch information
maykar committed Sep 28, 2020
1 parent 32ec944 commit 3a0346b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ha-elements.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,5 @@ export const ha_elements = () => {
haElem.sidebar.divider = haElem.sidebar.main.querySelector('div.divider');
haElem.appHeader = haElem.root.querySelector('app-header');
haElem.appLayout = haElem.root.querySelector('ha-app-layout');
return haElem;
};

0 comments on commit 3a0346b

Please sign in to comment.