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/CheckboxOutlined.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/taler-wallet-webextension/src/components/CheckboxOutlined.tsx') diff --git a/packages/taler-wallet-webextension/src/components/CheckboxOutlined.tsx b/packages/taler-wallet-webextension/src/components/CheckboxOutlined.tsx index de7fb5e6c..959f354a4 100644 --- a/packages/taler-wallet-webextension/src/components/CheckboxOutlined.tsx +++ b/packages/taler-wallet-webextension/src/components/CheckboxOutlined.tsx @@ -14,7 +14,7 @@ GNU Taler; see the file COPYING. If not, see */ -import { Outlined, StyledCheckboxLabel } from "./styled"; +import { Outlined, StyledCheckboxLabel } from "./styled/index.js"; import { h, VNode } from "preact"; interface Props { -- cgit v1.2.3