From fbfef1f908ae86977296ec35772a753d3fabb07e Mon Sep 17 00:00:00 2001 From: Orce MARINKOVSKI Date: Thu, 16 Jan 2025 22:45:32 +0100 Subject: [PATCH] Update custom-view.md (#2535) --- docs/frontend/custom-ui/custom-view.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/frontend/custom-ui/custom-view.md b/docs/frontend/custom-ui/custom-view.md index 1ce731b0..4d9c24b1 100644 --- a/docs/frontend/custom-ui/custom-view.md +++ b/docs/frontend/custom-ui/custom-view.md @@ -28,6 +28,8 @@ Cards and Badges will be created and maintained by the core code and given to th (note: this example does not have all of the properties but the necessities to show the example) ```js +import { LitElement, html } from "https://unpkg.com/@polymer/lit-element@^0.6.1/lit-element.js?module"; + class MyNewView extends LitElement { setConfig(_config) {}