From 9b93c38fff0cf7824fb98964cc76c0a8a5e4e0b4 Mon Sep 17 00:00:00 2001 From: afc163 Date: Tue, 28 Aug 2018 16:27:38 +0800 Subject: [PATCH] Fix typo: SettingDarwer => SettingDrawer --- src/components/{SettingDarwer => SettingDrawer}/BlockChecbox.js | 0 src/components/{SettingDarwer => SettingDrawer}/ThemeColor.js | 0 src/components/{SettingDarwer => SettingDrawer}/ThemeColor.less | 0 src/components/{SettingDarwer => SettingDrawer}/index.js | 0 src/components/{SettingDarwer => SettingDrawer}/index.less | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename src/components/{SettingDarwer => SettingDrawer}/BlockChecbox.js (100%) rename src/components/{SettingDarwer => SettingDrawer}/ThemeColor.js (100%) rename src/components/{SettingDarwer => SettingDrawer}/ThemeColor.less (100%) rename src/components/{SettingDarwer => SettingDrawer}/index.js (100%) rename src/components/{SettingDarwer => SettingDrawer}/index.less (100%) diff --git a/src/components/SettingDarwer/BlockChecbox.js b/src/components/SettingDrawer/BlockChecbox.js similarity index 100% rename from src/components/SettingDarwer/BlockChecbox.js rename to src/components/SettingDrawer/BlockChecbox.js diff --git a/src/components/SettingDarwer/ThemeColor.js b/src/components/SettingDrawer/ThemeColor.js similarity index 100% rename from src/components/SettingDarwer/ThemeColor.js rename to src/components/SettingDrawer/ThemeColor.js diff --git a/src/components/SettingDarwer/ThemeColor.less b/src/components/SettingDrawer/ThemeColor.less similarity index 100% rename from src/components/SettingDarwer/ThemeColor.less rename to src/components/SettingDrawer/ThemeColor.less diff --git a/src/components/SettingDarwer/index.js b/src/components/SettingDrawer/index.js similarity index 100% rename from src/components/SettingDarwer/index.js rename to src/components/SettingDrawer/index.js diff --git a/src/components/SettingDarwer/index.less b/src/components/SettingDrawer/index.less similarity index 100% rename from src/components/SettingDarwer/index.less rename to src/components/SettingDrawer/index.less -- GitLab