From 72b429321553841ac1ff48cf974bfc65da01bb06 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Mon, 19 Dec 2022 12:23:39 -0300 Subject: pretty --- .../src/paths/notfound/index.tsx | 25 +++++++++++----------- 1 file changed, 12 insertions(+), 13 deletions(-) (limited to 'packages/merchant-backoffice-ui/src/paths/notfound/index.tsx') diff --git a/packages/merchant-backoffice-ui/src/paths/notfound/index.tsx b/packages/merchant-backoffice-ui/src/paths/notfound/index.tsx index fb468a411..452908154 100644 --- a/packages/merchant-backoffice-ui/src/paths/notfound/index.tsx +++ b/packages/merchant-backoffice-ui/src/paths/notfound/index.tsx @@ -14,23 +14,22 @@ GNU Taler; see the file COPYING. If not, see */ - /** +/** * * @author Sebastian Javier Marchano (sebasjm) */ -import { h, VNode } from 'preact'; -import { Link } from 'preact-router/match'; +import { h, VNode } from "preact"; +import { Link } from "preact-router/match"; export default function NotFoundPage(): VNode { - return ( -
-

Error 404

-

That page doesn't exist.

- -

Back to Home

- -
- ); + return ( +
+

Error 404

+

That page doesn't exist.

+ +

Back to Home

+ +
+ ); } - -- cgit v1.2.3