From 8d8d71807df6b775e5b0335eb1b2526a56d42ac6 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Wed, 14 Dec 2022 15:35:28 -0300 Subject: refactoring transaction component to standard component with test and examples --- packages/demobank-ui/src/stories.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'packages/demobank-ui/src/stories.tsx') diff --git a/packages/demobank-ui/src/stories.tsx b/packages/demobank-ui/src/stories.tsx index 611d63879..a8ebcd867 100644 --- a/packages/demobank-ui/src/stories.tsx +++ b/packages/demobank-ui/src/stories.tsx @@ -21,6 +21,7 @@ import { strings } from "./i18n/strings.js"; import * as pages from "./pages/index.stories.js"; +import * as components from "./components/index.examples.js"; import { renderStories } from "@gnu-taler/web-util/lib/index.browser"; @@ -32,7 +33,7 @@ function SortStories(a: any, b: any): number { function main(): void { renderStories( - { pages }, + { pages, components }, { strings, }, -- cgit v1.2.3