diff options
Diffstat (limited to 'pages/confirm-contract.tsx')
-rw-r--r-- | pages/confirm-contract.tsx | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/pages/confirm-contract.tsx b/pages/confirm-contract.tsx index ff6ffba64..9ce1b0a5a 100644 --- a/pages/confirm-contract.tsx +++ b/pages/confirm-contract.tsx @@ -14,6 +14,13 @@ TALER; see the file COPYING. If not, If not, see <http://www.gnu.org/licenses/> */ +/** + * Page shown to the user to confirm entering + * a contract. + * + * @author Florian Dold + */ + /// <reference path="../lib/decl/handlebars/handlebars.d.ts" /> "use strict"; @@ -79,4 +86,4 @@ export function main() { offer); }); } -}
\ No newline at end of file +} |