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 --- packages/merchant-backoffice-ui/src/context/backend.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/merchant-backoffice-ui/src/context') diff --git a/packages/merchant-backoffice-ui/src/context/backend.ts b/packages/merchant-backoffice-ui/src/context/backend.ts index a09996c05..cbfebe2e4 100644 --- a/packages/merchant-backoffice-ui/src/context/backend.ts +++ b/packages/merchant-backoffice-ui/src/context/backend.ts @@ -21,7 +21,7 @@ import { createContext, h, VNode } from 'preact' import { useCallback, useContext, useState } from 'preact/hooks' -import { useBackendDefaultToken, useBackendURL } from "../hooks.js"; +import { useBackendDefaultToken, useBackendURL } from "../hooks/index.js"; interface BackendContextType { url: string; -- cgit v1.2.3