From e58b453f24c8b4081361112862d29c34eb22009d Mon Sep 17 00:00:00 2001 From: Melonai Date: Wed, 20 May 2020 19:52:18 +0200 Subject: port to react and better error handling in backend --- client/src/Components/Button.js | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 client/src/Components/Button.js (limited to 'client/src/Components/Button.js') diff --git a/client/src/Components/Button.js b/client/src/Components/Button.js new file mode 100644 index 0000000..46c0c27 --- /dev/null +++ b/client/src/Components/Button.js @@ -0,0 +1,11 @@ +import React from 'react'; + +function Button(props) { + return ( +
+ +
+ ) +} + +export default Button; \ No newline at end of file -- cgit 1.4.1