From abfab4f1adb40e3463fa9e90aff3e92bfdf03693 Mon Sep 17 00:00:00 2001 From: Haishan Date: Fri, 26 Oct 2018 01:02:59 +0800 Subject: ui(proxy): new UI for proxy page --- src/components/StyleGuide.js | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'src/components/StyleGuide.js') diff --git a/src/components/StyleGuide.js b/src/components/StyleGuide.js index 3fe142d..0bb3813 100644 --- a/src/components/StyleGuide.js +++ b/src/components/StyleGuide.js @@ -5,8 +5,9 @@ import ToggleSwitch from 'c/ToggleSwitch'; import Input from 'c/Input'; import Switch from 'c/Switch'; import Button from 'c/Button'; -import Modal from 'c/Modal'; -import APIConfig from 'c/APIConfig'; +// import Modal from 'c/Modal'; +// import APIConfig from 'c/APIConfig'; +import Proxy2 from 'c/Proxy2'; const paneStyle = { padding: '20px 0' @@ -36,6 +37,9 @@ class StyleGuide extends PureComponent { render() { return (
+ + + @@ -53,9 +57,6 @@ class StyleGuide extends PureComponent {
); } -- cgit v1.3.1