Fix closing tag

This commit is contained in:
Paulus Schoutsen 2018-06-16 22:32:46 -04:00
parent 13c8a00e97
commit ba2c3edc87

View File

@ -27,7 +27,7 @@ class ExperimentalUI extends PolymerElement {
config='[[_config]]' config='[[_config]]'
columns='[[_columns]]' columns='[[_columns]]'
on-config-refresh='_fetchConfig' on-config-refresh='_fetchConfig'
></hui-view> ></hui-root>
</template> </template>
`; `;
} }