From d49960639a61bf0d27bf75a71a7f91077f4e2df6 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Thu, 16 Feb 2023 12:13:31 -0300 Subject: module resolution = node16 --- packages/merchant-backoffice-ui/src/AdminRoutes.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/merchant-backoffice-ui/src/AdminRoutes.tsx') diff --git a/packages/merchant-backoffice-ui/src/AdminRoutes.tsx b/packages/merchant-backoffice-ui/src/AdminRoutes.tsx index 7f86d92ab..91dec09b0 100644 --- a/packages/merchant-backoffice-ui/src/AdminRoutes.tsx +++ b/packages/merchant-backoffice-ui/src/AdminRoutes.tsx @@ -14,7 +14,7 @@ GNU Taler; see the file COPYING. If not, see */ import { h, VNode } from "preact"; -import Router, { route, Route } from "preact-router"; +import { Router, route, Route } from "preact-router"; import InstanceCreatePage from "./paths/admin/create/index.js"; import InstanceListPage from "./paths/admin/list/index.js"; -- cgit v1.2.3