From e6a95d246d14a8968833ce7dcfdf0e7622a610ee Mon Sep 17 00:00:00 2001 From: Sebastian Date: Fri, 4 Nov 2022 10:24:29 -0300 Subject: fix imports --- .../src/components/product/InventoryProductForm.stories.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/merchant-backoffice-ui/src/components/product/InventoryProductForm.stories.tsx') diff --git a/packages/merchant-backoffice-ui/src/components/product/InventoryProductForm.stories.tsx b/packages/merchant-backoffice-ui/src/components/product/InventoryProductForm.stories.tsx index 6504d85ba..fd87283c4 100644 --- a/packages/merchant-backoffice-ui/src/components/product/InventoryProductForm.stories.tsx +++ b/packages/merchant-backoffice-ui/src/components/product/InventoryProductForm.stories.tsx @@ -20,7 +20,7 @@ */ import { h, VNode, FunctionalComponent } from 'preact'; -import { InventoryProductForm as TestedComponent } from './InventoryProductForm'; +import { InventoryProductForm as TestedComponent } from "./InventoryProductForm.js"; export default { -- cgit v1.2.3