diff options
Diffstat (limited to 'web/components/app')
| -rw-r--r-- | web/components/app/index.ts | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/web/components/app/index.ts b/web/components/app/index.ts deleted file mode 100644 index f4eaff1..0000000 --- a/web/components/app/index.ts +++ /dev/null @@ -1,13 +0,0 @@ -import ntvGrid from "../grid"; - -class NotiveAppElement extends HTMLElement { - connectedCallback() { - this.append( - ...window.notive.doc.grids.map((_grid) => { - return ntvGrid({ foo: "1" }); - }), - ); - } -} - -customElements.define("ntv-app", NotiveAppElement); |
