From e3c92b6080f4b2c7f146bd84953ef51114b23cdb Mon Sep 17 00:00:00 2001 From: Sebastian Date: Mon, 6 Jun 2022 00:04:53 -0300 Subject: updating package --- packages/anastasis-webui/src/components/picker/DurationPicker.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.tsx b/packages/anastasis-webui/src/components/picker/DurationPicker.tsx index 8a1faf4d0..dc4a13a44 100644 --- a/packages/anastasis-webui/src/components/picker/DurationPicker.tsx +++ b/packages/anastasis-webui/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