From 45c2922f1f998deab732649f49c5f41c0d007ba3 Mon Sep 17 00:00:00 2001 From: williameriksson126 Date: Fri, 20 Nov 2020 11:53:37 +0100 Subject: [PATCH] Add basic button class --- src/App.js | 6 ++++++ src/components/Button.js | 14 ++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 src/components/Button.js diff --git a/src/App.js b/src/App.js index 90e3565..4d2f271 100644 --- a/src/App.js +++ b/src/App.js @@ -9,6 +9,12 @@ class App extends Component { render() { return (
+ {/* +