From 254b8303ed8a876eea927718d1d9d6a0c0db0f07 Mon Sep 17 00:00:00 2001 From: Mustafa Buyukcelebi Date: Tue, 14 Jul 2020 12:40:44 +0300 Subject: [PATCH] Changed developer example folder name --- .../actions/.gitkeep | 0 .../components/statefull/container/exampleContainer.js | 0 .../components/statefull/index.js | 0 .../components/statefull/view/exampleStyles.js | 0 .../components/statefull/view/exampleView.js | 0 .../components/stateless/exampleStyles.js | 0 .../components/stateless/exampleView.js | 0 .../constant/.gitkeep | 0 .../reducer/.gitkeep | 0 .../screen/.gitkeep | 0 10 files changed, 0 insertions(+), 0 deletions(-) rename src/{_EXAMPLES FOR DEVELOPERS => _EXAMPLES_FOR_DEVELOPERS}/actions/.gitkeep (100%) rename src/{_EXAMPLES FOR DEVELOPERS => _EXAMPLES_FOR_DEVELOPERS}/components/statefull/container/exampleContainer.js (100%) rename src/{_EXAMPLES FOR DEVELOPERS => _EXAMPLES_FOR_DEVELOPERS}/components/statefull/index.js (100%) rename src/{_EXAMPLES FOR DEVELOPERS => _EXAMPLES_FOR_DEVELOPERS}/components/statefull/view/exampleStyles.js (100%) rename src/{_EXAMPLES FOR DEVELOPERS => _EXAMPLES_FOR_DEVELOPERS}/components/statefull/view/exampleView.js (100%) rename src/{_EXAMPLES FOR DEVELOPERS => _EXAMPLES_FOR_DEVELOPERS}/components/stateless/exampleStyles.js (100%) rename src/{_EXAMPLES FOR DEVELOPERS => _EXAMPLES_FOR_DEVELOPERS}/components/stateless/exampleView.js (100%) rename src/{_EXAMPLES FOR DEVELOPERS => _EXAMPLES_FOR_DEVELOPERS}/constant/.gitkeep (100%) rename src/{_EXAMPLES FOR DEVELOPERS => _EXAMPLES_FOR_DEVELOPERS}/reducer/.gitkeep (100%) rename src/{_EXAMPLES FOR DEVELOPERS => _EXAMPLES_FOR_DEVELOPERS}/screen/.gitkeep (100%) diff --git a/src/_EXAMPLES FOR DEVELOPERS/actions/.gitkeep b/src/_EXAMPLES_FOR_DEVELOPERS/actions/.gitkeep similarity index 100% rename from src/_EXAMPLES FOR DEVELOPERS/actions/.gitkeep rename to src/_EXAMPLES_FOR_DEVELOPERS/actions/.gitkeep diff --git a/src/_EXAMPLES FOR DEVELOPERS/components/statefull/container/exampleContainer.js b/src/_EXAMPLES_FOR_DEVELOPERS/components/statefull/container/exampleContainer.js similarity index 100% rename from src/_EXAMPLES FOR DEVELOPERS/components/statefull/container/exampleContainer.js rename to src/_EXAMPLES_FOR_DEVELOPERS/components/statefull/container/exampleContainer.js diff --git a/src/_EXAMPLES FOR DEVELOPERS/components/statefull/index.js b/src/_EXAMPLES_FOR_DEVELOPERS/components/statefull/index.js similarity index 100% rename from src/_EXAMPLES FOR DEVELOPERS/components/statefull/index.js rename to src/_EXAMPLES_FOR_DEVELOPERS/components/statefull/index.js diff --git a/src/_EXAMPLES FOR DEVELOPERS/components/statefull/view/exampleStyles.js b/src/_EXAMPLES_FOR_DEVELOPERS/components/statefull/view/exampleStyles.js similarity index 100% rename from src/_EXAMPLES FOR DEVELOPERS/components/statefull/view/exampleStyles.js rename to src/_EXAMPLES_FOR_DEVELOPERS/components/statefull/view/exampleStyles.js diff --git a/src/_EXAMPLES FOR DEVELOPERS/components/statefull/view/exampleView.js b/src/_EXAMPLES_FOR_DEVELOPERS/components/statefull/view/exampleView.js similarity index 100% rename from src/_EXAMPLES FOR DEVELOPERS/components/statefull/view/exampleView.js rename to src/_EXAMPLES_FOR_DEVELOPERS/components/statefull/view/exampleView.js diff --git a/src/_EXAMPLES FOR DEVELOPERS/components/stateless/exampleStyles.js b/src/_EXAMPLES_FOR_DEVELOPERS/components/stateless/exampleStyles.js similarity index 100% rename from src/_EXAMPLES FOR DEVELOPERS/components/stateless/exampleStyles.js rename to src/_EXAMPLES_FOR_DEVELOPERS/components/stateless/exampleStyles.js diff --git a/src/_EXAMPLES FOR DEVELOPERS/components/stateless/exampleView.js b/src/_EXAMPLES_FOR_DEVELOPERS/components/stateless/exampleView.js similarity index 100% rename from src/_EXAMPLES FOR DEVELOPERS/components/stateless/exampleView.js rename to src/_EXAMPLES_FOR_DEVELOPERS/components/stateless/exampleView.js diff --git a/src/_EXAMPLES FOR DEVELOPERS/constant/.gitkeep b/src/_EXAMPLES_FOR_DEVELOPERS/constant/.gitkeep similarity index 100% rename from src/_EXAMPLES FOR DEVELOPERS/constant/.gitkeep rename to src/_EXAMPLES_FOR_DEVELOPERS/constant/.gitkeep diff --git a/src/_EXAMPLES FOR DEVELOPERS/reducer/.gitkeep b/src/_EXAMPLES_FOR_DEVELOPERS/reducer/.gitkeep similarity index 100% rename from src/_EXAMPLES FOR DEVELOPERS/reducer/.gitkeep rename to src/_EXAMPLES_FOR_DEVELOPERS/reducer/.gitkeep diff --git a/src/_EXAMPLES FOR DEVELOPERS/screen/.gitkeep b/src/_EXAMPLES_FOR_DEVELOPERS/screen/.gitkeep similarity index 100% rename from src/_EXAMPLES FOR DEVELOPERS/screen/.gitkeep rename to src/_EXAMPLES_FOR_DEVELOPERS/screen/.gitkeep