From d61e4fa7196f20717166a2744f8ea3a77cc4addb Mon Sep 17 00:00:00 2001 From: Sebastian Date: Fri, 5 May 2023 08:35:28 -0300 Subject: upgrade to now build from web-utils --- .../anastasis-webui/src/components/picker/DurationPicker.stories.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/anastasis-webui/src/components/picker') diff --git a/packages/anastasis-webui/src/components/picker/DurationPicker.stories.tsx b/packages/anastasis-webui/src/components/picker/DurationPicker.stories.tsx index b4844c706..94bce4038 100644 --- a/packages/anastasis-webui/src/components/picker/DurationPicker.stories.tsx +++ b/packages/anastasis-webui/src/components/picker/DurationPicker.stories.tsx @@ -22,7 +22,7 @@ import { h, FunctionalComponent } from "preact"; import { useState } from "preact/hooks"; import { DurationPicker as TestedComponent } from "./DurationPicker.js"; -import { tests } from "@gnu-taler/web-util/lib/index.browser"; +import * as tests from "@gnu-taler/web-util/testing"; export default { component: TestedComponent, -- cgit v1.2.3