aboutsummaryrefslogtreecommitdiff
path: root/packages/anastasis-webui/src/pages/home/AttributeEntryScreen.stories.tsx
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2022-06-06 00:54:55 -0300
committerSebastian <sebasjm@gmail.com>2022-06-06 00:54:55 -0300
commite96358c5554794903f451b77555382d3622a9ece (patch)
tree76e1ff5d8cc5f5f51710716422192389e6c07929 /packages/anastasis-webui/src/pages/home/AttributeEntryScreen.stories.tsx
parente2a987a18255aa95157ab8bf19a8f09f8833a472 (diff)
downloadwallet-core-e96358c5554794903f451b77555382d3622a9ece.tar.xz
eslint
Diffstat (limited to 'packages/anastasis-webui/src/pages/home/AttributeEntryScreen.stories.tsx')
-rw-r--r--packages/anastasis-webui/src/pages/home/AttributeEntryScreen.stories.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/anastasis-webui/src/pages/home/AttributeEntryScreen.stories.tsx b/packages/anastasis-webui/src/pages/home/AttributeEntryScreen.stories.tsx
index 85dd836a6..3790175cb 100644
--- a/packages/anastasis-webui/src/pages/home/AttributeEntryScreen.stories.tsx
+++ b/packages/anastasis-webui/src/pages/home/AttributeEntryScreen.stories.tsx
@@ -20,8 +20,8 @@
*/
import { ReducerState } from "@gnu-taler/anastasis-core";
-import { createExample, reducerStatesExample } from "../../utils";
-import { AttributeEntryScreen as TestedComponent } from "./AttributeEntryScreen";
+import { createExample, reducerStatesExample } from "../../utils/index.js";
+import { AttributeEntryScreen as TestedComponent } from "./AttributeEntryScreen.js";
export default {
title: "Pages/PersonalInformation",