From 090adc6406c8ffa670f343b6d4b7833635494754 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Thu, 15 Feb 2024 18:24:31 +0100 Subject: [PATCH] Created the SettingsContext index.js --- webui/src/common/contexts/Settings/index.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 webui/src/common/contexts/Settings/index.js diff --git a/webui/src/common/contexts/Settings/index.js b/webui/src/common/contexts/Settings/index.js new file mode 100644 index 0000000..4ed725b --- /dev/null +++ b/webui/src/common/contexts/Settings/index.js @@ -0,0 +1 @@ +export * from "./SettingsContext.jsx"; \ No newline at end of file