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