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