summaryrefslogtreecommitdiff
path: root/packages/frontend/src/components/exception/AsyncButton.tsx
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2021-05-18 17:17:16 -0300
committerSebastian <sebasjm@gmail.com>2021-05-18 17:35:21 -0300
commita275341ee45123f067c5e14165046dabd51f6e3a (patch)
treed5deac84848f7644c37ccb393ec70c1c5d536541 /packages/frontend/src/components/exception/AsyncButton.tsx
parent740866142fed3a3af0a7db535eb85bc49098a4e3 (diff)
downloadmerchant-backoffice-a275341ee45123f067c5e14165046dabd51f6e3a.tar.gz
merchant-backoffice-a275341ee45123f067c5e14165046dabd51f6e3a.tar.bz2
merchant-backoffice-a275341ee45123f067c5e14165046dabd51f6e3a.zip
fix lint
Diffstat (limited to 'packages/frontend/src/components/exception/AsyncButton.tsx')
-rw-r--r--packages/frontend/src/components/exception/AsyncButton.tsx21
1 files changed, 21 insertions, 0 deletions
diff --git a/packages/frontend/src/components/exception/AsyncButton.tsx b/packages/frontend/src/components/exception/AsyncButton.tsx
index b7472fd..95e4e72 100644
--- a/packages/frontend/src/components/exception/AsyncButton.tsx
+++ b/packages/frontend/src/components/exception/AsyncButton.tsx
@@ -1,3 +1,24 @@
+/*
+ This file is part of GNU Taler
+ (C) 2021 Taler Systems S.A.
+
+ GNU Taler is free software; you can redistribute it and/or modify it under the
+ terms of the GNU General Public License as published by the Free Software
+ Foundation; either version 3, or (at your option) any later version.
+
+ GNU Taler is distributed in the hope that it will be useful, but WITHOUT ANY
+ WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
+ A PARTICULAR PURPOSE. See the GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License along with
+ GNU Taler; see the file COPYING. If not, see <http://www.gnu.org/licenses/>
+ */
+
+/**
+*
+* @author Sebastian Javier Marchano (sebasjm)
+*/
+
import { ComponentChildren, h } from "preact";
import { LoadingModal } from "../modal";
import { useAsync } from "../../hooks/async";