diff options
| author | Haishan <[email protected]> | 2018-10-27 17:08:25 +0800 |
|---|---|---|
| committer | haishanh <[email protected]> | 2018-10-30 16:01:33 +0800 |
| commit | ae3fd6bcaf9e650ed1603654dbe2ef715123e6e9 (patch) | |
| tree | 03640180de4e9699170d7a9236f1abd94d380e0d /src | |
| parent | abfab4f1adb40e3463fa9e90aff3e92bfdf03693 (diff) | |
ci: add circleci config.yml
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/StyleGuide.js | 4 |
1 files changed, 2 insertions, 2 deletions
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 ( <div> <Pane> - <Proxy2 /> + <Proxy /> </Pane> <Pane> <Switch /> |
