mirror of
https://github.com/FJurmanovic/wallet-web.git
synced 2026-02-06 06:08:10 +00:00
change to lit-html
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { controller, target } from "@github/catalyst";
|
||||
import { html, TemplateResult } from "@github/jtml";
|
||||
import { html, TemplateResult } from "lit-html";
|
||||
import { TransactionsService } from "services/";
|
||||
import { AppMainElement, AppPaginationElement } from "components/";
|
||||
import { BasePageElement } from "common/";
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { controller, target } from "@github/catalyst";
|
||||
import { html, TemplateResult, until } from "@github/jtml";
|
||||
import { html, TemplateResult, until } from "lit-html";
|
||||
import { WalletService } from "services/";
|
||||
import { AppMainElement, WalletHeaderElement } from "components/";
|
||||
import { BasePageElement } from "common/";
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
import { targets, controller, target } from "@github/catalyst";
|
||||
import { html, TemplateResult } from "@github/jtml";
|
||||
//import { html, TemplateResult } from "lit-html";
|
||||
import { html, render, TemplateResult } from "lit-html";
|
||||
import { AuthService } from "services/";
|
||||
import { AppFormElement, InputFieldElement } from "components/";
|
||||
import { RouterService } from "core/services";
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { controller } from "@github/catalyst";
|
||||
import { html, TemplateResult } from "@github/jtml";
|
||||
import { html, TemplateResult } from "lit-html";
|
||||
import { BasePageElement } from "common/";
|
||||
|
||||
@controller
|
||||
|
||||
@@ -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/";
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { targets, controller } from "@github/catalyst";
|
||||
import { html, TemplateResult } from "@github/jtml";
|
||||
import { html, TemplateResult } from "lit-html";
|
||||
import { AuthService, TransactionsService, WalletService } from "services/";
|
||||
import { InputFieldElement } from "components/";
|
||||
import { RouterService } from "core/services";
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { targets, controller } from "@github/catalyst";
|
||||
import { html, TemplateResult } from "@github/jtml";
|
||||
import { html, TemplateResult } from "lit-html";
|
||||
import { AuthService, WalletService } from "services/";
|
||||
import { InputFieldElement } from "components/";
|
||||
import { RouterService } from "core/services";
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { targets, controller, target } from "@github/catalyst";
|
||||
import { html, TemplateResult } from "@github/jtml";
|
||||
import { html, TemplateResult } from "lit-html";
|
||||
import { AuthService, WalletService } from "services/";
|
||||
import { AppPaginationElement, InputFieldElement } from "components/";
|
||||
import { BasePageElement } from "common/";
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { controller, target } from "@github/catalyst";
|
||||
import { html, TemplateResult } from "@github/jtml";
|
||||
import { html, TemplateResult } from "lit-html";
|
||||
import { TransactionsService, WalletService } from "services/";
|
||||
import {
|
||||
AppMainElement,
|
||||
|
||||
Reference in New Issue
Block a user