From e2651bdff2eac072ed2394f69e2cf59a8c53cdba Mon Sep 17 00:00:00 2001 From: Sebastian Date: Mon, 28 Mar 2022 23:41:07 -0300 Subject: add extension to every import --- packages/taler-wallet-webextension/src/components/BalanceTable.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/taler-wallet-webextension/src/components/BalanceTable.tsx') diff --git a/packages/taler-wallet-webextension/src/components/BalanceTable.tsx b/packages/taler-wallet-webextension/src/components/BalanceTable.tsx index c69625cd2..e67fb6b4d 100644 --- a/packages/taler-wallet-webextension/src/components/BalanceTable.tsx +++ b/packages/taler-wallet-webextension/src/components/BalanceTable.tsx @@ -14,9 +14,9 @@ TALER; see the file COPYING. If not, see */ -import { Amounts, amountToPretty, Balance } from "@gnu-taler/taler-util"; +import { Amounts, Balance } from "@gnu-taler/taler-util"; import { h, VNode } from "preact"; -import { TableWithRoundRows as TableWithRoundedRows } from "./styled"; +import { TableWithRoundRows as TableWithRoundedRows } from "./styled/index.js"; export function BalanceTable({ balances, -- cgit v1.2.3