diff options
| author | Haishan <[email protected]> | 2019-03-28 21:43:11 +0800 |
|---|---|---|
| committer | Haishan <[email protected]> | 2019-03-31 00:21:10 +0800 |
| commit | f5a16279d08f9ab81cf163fb4d88db507413cac0 (patch) | |
| tree | c608763afc14db9e02bfa8089ea1c2619bb80fb7 /src/components/StyleGuide.js | |
| parent | 5812bed54a1d070c5e32491b181ff76534f77a17 (diff) | |
tooling: update eslint config
Diffstat (limited to 'src/components/StyleGuide.js')
| -rw-r--r-- | src/components/StyleGuide.js | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/components/StyleGuide.js b/src/components/StyleGuide.js index e226ecf..d96e397 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 Proxy from 'c/Proxy'; +// import Proxy from 'c/Proxy'; const paneStyle = { padding: '20px 0' @@ -38,9 +38,6 @@ class StyleGuide extends PureComponent { return ( <div> <Pane> - <Proxy /> - </Pane> - <Pane> <Switch /> </Pane> <Pane> |
