From 4c53897bba928d36692eeadd162d1a6d8ccd8ad7 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Sat, 18 Nov 2023 17:41:35 +0100 Subject: [PATCH] Created the Root index.js --- client/src/common/layouts/Root/index.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 client/src/common/layouts/Root/index.js diff --git a/client/src/common/layouts/Root/index.js b/client/src/common/layouts/Root/index.js new file mode 100644 index 0000000..915e752 --- /dev/null +++ b/client/src/common/layouts/Root/index.js @@ -0,0 +1 @@ +export {Root as default} from "./Root.jsx"; \ No newline at end of file