From 0c44f13f874434962b2dee30b0e3219a8ae6e31a Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Fri, 7 Jul 2023 01:06:19 +0200 Subject: [PATCH] Created the Root index.js --- src/common/layouts/Root/index.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/common/layouts/Root/index.js diff --git a/src/common/layouts/Root/index.js b/src/common/layouts/Root/index.js new file mode 100644 index 0000000..915e752 --- /dev/null +++ b/src/common/layouts/Root/index.js @@ -0,0 +1 @@ +export {Root as default} from "./Root.jsx"; \ No newline at end of file