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/paths/notfound/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/merchant-backoffice-ui/src/paths/notfound') diff --git a/packages/merchant-backoffice-ui/src/paths/notfound/index.tsx b/packages/merchant-backoffice-ui/src/paths/notfound/index.tsx index 452908154..b58948dbd 100644 --- a/packages/merchant-backoffice-ui/src/paths/notfound/index.tsx +++ b/packages/merchant-backoffice-ui/src/paths/notfound/index.tsx @@ -20,7 +20,7 @@ */ import { h, VNode } from "preact"; -import { Link } from "preact-router/match"; +import { Link } from "preact-router"; export default function NotFoundPage(): VNode { return ( -- cgit v1.2.3