From 2c9b4b7bc24083cc6eefcfd27f184b20324c42db Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Mon, 12 Sep 2022 00:58:46 +0200 Subject: [PATCH] Created the Navigation index --- 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..5daa0ed --- /dev/null +++ b/src/common/components/Navigation/index.js @@ -0,0 +1 @@ +export {default} from './Navigation'; \ No newline at end of file