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 --- .../src/components/PendingTransactions.stories.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'packages/taler-wallet-webextension/src/components/PendingTransactions.stories.tsx') diff --git a/packages/taler-wallet-webextension/src/components/PendingTransactions.stories.tsx b/packages/taler-wallet-webextension/src/components/PendingTransactions.stories.tsx index ea29d4a78..27146479b 100644 --- a/packages/taler-wallet-webextension/src/components/PendingTransactions.stories.tsx +++ b/packages/taler-wallet-webextension/src/components/PendingTransactions.stories.tsx @@ -19,9 +19,9 @@ * @author Sebastian Javier Marchano (sebasjm) */ -import { PendingTransactionsView as TestedComponent } from "./PendingTransactions"; +import { PendingTransactionsView as TestedComponent } from "./PendingTransactions.js"; import { Fragment, h, VNode } from "preact"; -import { createExample } from "../test-utils"; +import { createExample } from "../test-utils.js"; import { TalerProtocolTimestamp, Transaction, @@ -73,7 +73,7 @@ export const TenPendingTransactions = createExample(TestedComponent, { { amountEffective: "USD:10", type: TransactionType.Withdrawal, - timestamp: TalerProtocolTimestamp.fromSeconds(1) + timestamp: TalerProtocolTimestamp.fromSeconds(1), } as Transaction, { amountEffective: "USD:10", -- cgit v1.2.3