From d7b7a3be260f6ae369904bd1663b42c28958f349 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Sat, 18 Nov 2023 19:32:15 +0100 Subject: [PATCH] Created the Button index.js --- client/src/common/components/Button/index.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 client/src/common/components/Button/index.js diff --git a/client/src/common/components/Button/index.js b/client/src/common/components/Button/index.js new file mode 100644 index 0000000..90a8e1a --- /dev/null +++ b/client/src/common/components/Button/index.js @@ -0,0 +1 @@ +export {Button as default} from "./Button.jsx"; \ No newline at end of file