From e6a95d246d14a8968833ce7dcfdf0e7622a610ee Mon Sep 17 00:00:00 2001 From: Sebastian Date: Fri, 4 Nov 2022 10:24:29 -0300 Subject: fix imports --- packages/merchant-backoffice-ui/tests/hooks/swr/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/merchant-backoffice-ui/tests/hooks/swr/index.tsx') diff --git a/packages/merchant-backoffice-ui/tests/hooks/swr/index.tsx b/packages/merchant-backoffice-ui/tests/hooks/swr/index.tsx index 44514855d..1cf9220d6 100644 --- a/packages/merchant-backoffice-ui/tests/hooks/swr/index.tsx +++ b/packages/merchant-backoffice-ui/tests/hooks/swr/index.tsx @@ -21,8 +21,8 @@ import { ComponentChildren, h, VNode } from "preact"; import { SWRConfig } from "swr"; -import { BackendContextProvider } from "../../../src/context/backend"; -import { InstanceContextProvider } from "../../../src/context/instance"; +import { BackendContextProvider } from "../../../src/context/backend.js"; +import { InstanceContextProvider } from "../../../src/context/instance.js"; interface TestingContextProps { children?: ComponentChildren; -- cgit v1.2.3