From 3a1451aedc44840e0f3b06b61db2299b6595bdc8 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Thu, 1 Jun 2023 19:41:50 +0200 Subject: [PATCH] Created the StatusContext index.js --- client/src/common/contexts/Status/index.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 client/src/common/contexts/Status/index.js diff --git a/client/src/common/contexts/Status/index.js b/client/src/common/contexts/Status/index.js new file mode 100644 index 0000000..31883bc --- /dev/null +++ b/client/src/common/contexts/Status/index.js @@ -0,0 +1 @@ +export * from "./StatusContext"; \ No newline at end of file