From b2745099bff636b85c2e67765ccbc40dae93538f Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Sun, 30 Jul 2023 19:04:26 +0200 Subject: [PATCH] Created the InfoContext index.js --- src/common/contexts/Info/index.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/common/contexts/Info/index.js diff --git a/src/common/contexts/Info/index.js b/src/common/contexts/Info/index.js new file mode 100644 index 0000000..422d903 --- /dev/null +++ b/src/common/contexts/Info/index.js @@ -0,0 +1 @@ +export * from "./InfoContext.jsx"; \ No newline at end of file