From 0154a3a19a221973c24726d90c357cfe6732271e Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Tue, 30 May 2023 21:32:07 +0200 Subject: [PATCH] Created the InfoArea index.js --- client/src/common/components/InfoArea/index.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 client/src/common/components/InfoArea/index.js diff --git a/client/src/common/components/InfoArea/index.js b/client/src/common/components/InfoArea/index.js new file mode 100644 index 0000000..8c4c759 --- /dev/null +++ b/client/src/common/components/InfoArea/index.js @@ -0,0 +1 @@ +export {InfoArea as default} from "./InfoArea"; \ No newline at end of file