From ae3fd6bcaf9e650ed1603654dbe2ef715123e6e9 Mon Sep 17 00:00:00 2001 From: Haishan Date: Sat, 27 Oct 2018 17:08:25 +0800 Subject: ci: add circleci config.yml --- src/components/StyleGuide.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/components/StyleGuide.js') diff --git a/src/components/StyleGuide.js b/src/components/StyleGuide.js index 0bb3813..e226ecf 100644 --- a/src/components/StyleGuide.js +++ b/src/components/StyleGuide.js @@ -7,7 +7,7 @@ import Switch from 'c/Switch'; import Button from 'c/Button'; // import Modal from 'c/Modal'; // import APIConfig from 'c/APIConfig'; -import Proxy2 from 'c/Proxy2'; +import Proxy from 'c/Proxy'; const paneStyle = { padding: '20px 0' @@ -38,7 +38,7 @@ class StyleGuide extends PureComponent { return (
- + -- cgit v1.3.1