From e96358c5554794903f451b77555382d3622a9ece Mon Sep 17 00:00:00 2001 From: Sebastian Date: Mon, 6 Jun 2022 00:54:55 -0300 Subject: eslint --- .../src/pages/home/authMethod/AuthMethodIbanSetup.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'packages/anastasis-webui/src/pages/home/authMethod/AuthMethodIbanSetup.tsx') diff --git a/packages/anastasis-webui/src/pages/home/authMethod/AuthMethodIbanSetup.tsx b/packages/anastasis-webui/src/pages/home/authMethod/AuthMethodIbanSetup.tsx index 501a40600..777bd6ff3 100644 --- a/packages/anastasis-webui/src/pages/home/authMethod/AuthMethodIbanSetup.tsx +++ b/packages/anastasis-webui/src/pages/home/authMethod/AuthMethodIbanSetup.tsx @@ -5,9 +5,9 @@ import { } from "@gnu-taler/taler-util"; import { h, VNode } from "preact"; import { useState } from "preact/hooks"; -import { AuthMethodSetupProps } from "."; -import { TextInput } from "../../../components/fields/TextInput"; -import { AnastasisClientFrame } from "../index"; +import { TextInput } from "../../../components/fields/TextInput.js"; +import { AnastasisClientFrame } from "../index.js"; +import { AuthMethodSetupProps } from "./index.js"; export function AuthMethodIbanSetup({ addAuthMethod, -- cgit v1.2.3