From 91787ee98d6411a92d947d0f12f0fd2a50f7430c Mon Sep 17 00:00:00 2001 From: Andrzej Stepien Date: Tue, 4 Jul 2023 12:10:14 +0200 Subject: [PATCH] button --- src/Components/Button.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/Components/Button.js diff --git a/src/Components/Button.js b/src/Components/Button.js new file mode 100644 index 0000000..e3de568 --- /dev/null +++ b/src/Components/Button.js @@ -0,0 +1,3 @@ +export default function Button(props){ + +} \ No newline at end of file