change to lit-html

This commit is contained in:
Fran Jurmanović
2021-06-11 18:30:01 +02:00
parent f03d407590
commit 47f6207798
28 changed files with 38 additions and 29 deletions

View File

@@ -1,5 +1,5 @@
import { targets, controller } from "@github/catalyst";
import { html, TemplateResult } from "@github/jtml";
import { html, TemplateResult } from "lit-html";
import { AuthService } from "services/";
import { InputFieldElement } from "components/";
import { BasePageElement } from "common/";