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