From c70ad75aeadc17ccc4afe64f137b4ea3e3195554 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Sat, 18 Nov 2023 23:40:03 +0100 Subject: [PATCH] Created the Calculate index.js --- client/src/pages/Game/states/Calculate/index.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 client/src/pages/Game/states/Calculate/index.js diff --git a/client/src/pages/Game/states/Calculate/index.js b/client/src/pages/Game/states/Calculate/index.js new file mode 100644 index 0000000..dc8cd05 --- /dev/null +++ b/client/src/pages/Game/states/Calculate/index.js @@ -0,0 +1 @@ +export {Calculate as default} from "./Calculate.jsx"; \ No newline at end of file