From 50e51429ee82190f3c60157a84f13d473d34cb49 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Fri, 4 Nov 2022 10:54:45 -0300 Subject: add index.js to import that point to folders --- .../merchant-backoffice-ui/src/components/picker/DurationPicker.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/merchant-backoffice-ui/src/components/picker/DurationPicker.tsx') diff --git a/packages/merchant-backoffice-ui/src/components/picker/DurationPicker.tsx b/packages/merchant-backoffice-ui/src/components/picker/DurationPicker.tsx index f32a48fd4..63ac22697 100644 --- a/packages/merchant-backoffice-ui/src/components/picker/DurationPicker.tsx +++ b/packages/merchant-backoffice-ui/src/components/picker/DurationPicker.tsx @@ -21,7 +21,7 @@ import { h, VNode } from "preact"; import { useState } from "preact/hooks"; -import { useTranslator } from "../../i18n"; +import { useTranslator } from "../../i18n/index.js"; import "../../scss/DurationPicker.scss"; export interface Props { -- cgit v1.2.3