From c447cef7ee46d6c7a411f48b1335b7e9608c745e Mon Sep 17 00:00:00 2001 From: Vasek Mlejnsky Date: Thu, 16 Aug 2018 15:17:41 +0200 Subject: [PATCH] Cleanup + folder structure --- .../components/LeftNavigation/{Divider.js => Divider/index.js} | 0 .../Device/components/LeftNavigation/{Row.js => Row/index.js} | 0 .../{StickyContainer.js => StickyContainer/index.js} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename src/js/views/Device/components/LeftNavigation/{Divider.js => Divider/index.js} (100%) rename src/js/views/Device/components/LeftNavigation/{Row.js => Row/index.js} (100%) rename src/js/views/Device/components/LeftNavigation/{StickyContainer.js => StickyContainer/index.js} (100%) diff --git a/src/js/views/Device/components/LeftNavigation/Divider.js b/src/js/views/Device/components/LeftNavigation/Divider/index.js similarity index 100% rename from src/js/views/Device/components/LeftNavigation/Divider.js rename to src/js/views/Device/components/LeftNavigation/Divider/index.js diff --git a/src/js/views/Device/components/LeftNavigation/Row.js b/src/js/views/Device/components/LeftNavigation/Row/index.js similarity index 100% rename from src/js/views/Device/components/LeftNavigation/Row.js rename to src/js/views/Device/components/LeftNavigation/Row/index.js diff --git a/src/js/views/Device/components/LeftNavigation/StickyContainer.js b/src/js/views/Device/components/LeftNavigation/StickyContainer/index.js similarity index 100% rename from src/js/views/Device/components/LeftNavigation/StickyContainer.js rename to src/js/views/Device/components/LeftNavigation/StickyContainer/index.js