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/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 9ef7bfdea..a09996c05 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'; +import { useBackendDefaultToken, useBackendURL } from "../hooks.js"; interface BackendContextType { url: string; -- cgit v1.2.3