From 72b429321553841ac1ff48cf974bfc65da01bb06 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Mon, 19 Dec 2022 12:23:39 -0300 Subject: pretty --- packages/merchant-backoffice-ui/src/paths/login/index.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'packages/merchant-backoffice-ui/src/paths/login') diff --git a/packages/merchant-backoffice-ui/src/paths/login/index.tsx b/packages/merchant-backoffice-ui/src/paths/login/index.tsx index 6784e493a..caa63c714 100644 --- a/packages/merchant-backoffice-ui/src/paths/login/index.tsx +++ b/packages/merchant-backoffice-ui/src/paths/login/index.tsx @@ -14,10 +14,10 @@ GNU Taler; see the file COPYING. If not, see */ - /** -* -* @author Sebastian Javier Marchano (sebasjm) -*/ +/** + * + * @author Sebastian Javier Marchano (sebasjm) + */ import { h, VNode } from "preact"; import { LoginModal } from "../../components/exception/login.js"; @@ -25,5 +25,5 @@ interface Props { onConfirm: (url: string, token?: string) => void; } export default function LoginPage({ onConfirm }: Props): VNode { - return -} \ No newline at end of file + return ; +} -- cgit v1.2.3