aboutsummaryrefslogtreecommitdiff
path: root/packages/web-util/src/forms/InputTextArea.stories.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'packages/web-util/src/forms/InputTextArea.stories.tsx')
-rw-r--r--packages/web-util/src/forms/InputTextArea.stories.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/web-util/src/forms/InputTextArea.stories.tsx b/packages/web-util/src/forms/InputTextArea.stories.tsx
index df35b25c4..50d659a74 100644
--- a/packages/web-util/src/forms/InputTextArea.stories.tsx
+++ b/packages/web-util/src/forms/InputTextArea.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 {