aboutsummaryrefslogtreecommitdiff
path: root/packages/merchant-backoffice-ui/src/paths/notfound/index.tsx
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2023-02-16 12:13:31 -0300
committerSebastian <sebasjm@gmail.com>2023-02-16 12:13:31 -0300
commitd49960639a61bf0d27bf75a71a7f91077f4e2df6 (patch)
treece2805e4e903210b782333f94877f90c4e3647f7 /packages/merchant-backoffice-ui/src/paths/notfound/index.tsx
parenteca3819bcdf8f2a715c1f5e212ab4d81e3bbfd45 (diff)
downloadwallet-core-d49960639a61bf0d27bf75a71a7f91077f4e2df6.tar.xz
module resolution = node16
Diffstat (limited to 'packages/merchant-backoffice-ui/src/paths/notfound/index.tsx')
-rw-r--r--packages/merchant-backoffice-ui/src/paths/notfound/index.tsx2
1 files changed, 1 insertions, 1 deletions
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 (