From 35fee72ef3d75b7a9681353ab7a1ca5bacff150e Mon Sep 17 00:00:00 2001 From: Sebastian Date: Fri, 3 May 2024 18:23:01 -0300 Subject: form implemented, moving functions to web-utils some final testing still pedning --- packages/aml-backoffice-ui/src/forms/index.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'packages/aml-backoffice-ui/src/forms/index.ts') diff --git a/packages/aml-backoffice-ui/src/forms/index.ts b/packages/aml-backoffice-ui/src/forms/index.ts index abeebfc6a..e89a8fb10 100644 --- a/packages/aml-backoffice-ui/src/forms/index.ts +++ b/packages/aml-backoffice-ui/src/forms/index.ts @@ -13,8 +13,7 @@ You should have received a copy of the GNU General Public License along with GNU Taler; see the file COPYING. If not, see */ -import type { InternationalizationAPI } from "@gnu-taler/web-util/browser"; -import { FormMetadata } from "../context/ui-forms.js"; +import type { FormMetadata, InternationalizationAPI } from "@gnu-taler/web-util/browser"; import { v1 as simplest } from "./simplest.js"; const languages = (i18n: InternationalizationAPI) => [ -- cgit v1.2.3