summaryrefslogtreecommitdiff
path: root/src/components/StyleGuide.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/StyleGuide.js')
-rw-r--r--src/components/StyleGuide.js4
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 />