From 08d3e79a9c2adbc295549bdcc05353b6e50565f3 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Sun, 31 Dec 2023 15:31:53 -0300 Subject: fixing imports --- packages/web-util/src/forms/InputChoiceHorizontal.stories.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/web-util/src/forms/InputChoiceHorizontal.stories.tsx') diff --git a/packages/web-util/src/forms/InputChoiceHorizontal.stories.tsx b/packages/web-util/src/forms/InputChoiceHorizontal.stories.tsx index 7872afac7..a1c60e44a 100644 --- a/packages/web-util/src/forms/InputChoiceHorizontal.stories.tsx +++ b/packages/web-util/src/forms/InputChoiceHorizontal.stories.tsx @@ -22,8 +22,8 @@ import { TranslatedString } from "@gnu-taler/taler-util"; import * as tests from "@gnu-taler/web-util/testing"; import { - NiceForm as TestedComponent, -} from "./NiceForm.js"; + DefaultForm as TestedComponent, +} from "./DefaultForm.js"; import { FlexibleForm } from "./forms.js"; export default { -- cgit v1.2.3