From 0f7a3337a4259c1c28e35c2ff116942f533f5189 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Mon, 20 Nov 2023 23:33:37 -0300 Subject: merchant fixes --- packages/merchant-backoffice-ui/src/Application.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'packages/merchant-backoffice-ui/src/Application.tsx') diff --git a/packages/merchant-backoffice-ui/src/Application.tsx b/packages/merchant-backoffice-ui/src/Application.tsx index 82329974f..e832d3107 100644 --- a/packages/merchant-backoffice-ui/src/Application.tsx +++ b/packages/merchant-backoffice-ui/src/Application.tsx @@ -34,13 +34,11 @@ import { NotificationCard } from "./components/menu/index.js"; import { - BackendContextProvider, - useBackendContext, + BackendContextProvider } from "./context/backend.js"; import { ConfigContextProvider } from "./context/config.js"; import { useBackendConfig } from "./hooks/backend.js"; import { strings } from "./i18n/strings.js"; -import { LoginPage } from "./paths/login/index.js"; export function Application(): VNode { return ( -- cgit v1.2.3