From 9e91b80285bb34cb4a8bf9f5dab364e4197eef9e Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Thu, 15 Feb 2024 00:55:12 +0100 Subject: [PATCH] Created the Root index.js --- webui/src/states/Root/index.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 webui/src/states/Root/index.js diff --git a/webui/src/states/Root/index.js b/webui/src/states/Root/index.js new file mode 100644 index 0000000..915e752 --- /dev/null +++ b/webui/src/states/Root/index.js @@ -0,0 +1 @@ +export {Root as default} from "./Root.jsx"; \ No newline at end of file