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.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/components/StyleGuide.js b/src/components/StyleGuide.js
index d96e397..7b6f53d 100644
--- a/src/components/StyleGuide.js
+++ b/src/components/StyleGuide.js
@@ -1,10 +1,10 @@
import React, { PureComponent } from 'react';
import PropTypes from 'prop-types';
-import ToggleSwitch from 'c/ToggleSwitch';
-import Input from 'c/Input';
-import Switch from 'c/Switch';
-import Button from 'c/Button';
+import ToggleSwitch from './ToggleSwitch';
+import Input from './Input';
+import Switch from './Switch';
+import Button from './Button';
// import Modal from 'c/Modal';
// import APIConfig from 'c/APIConfig';
// import Proxy from 'c/Proxy';