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.js7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/components/StyleGuide.js b/src/components/StyleGuide.js
index 0d71fc4..5979ee5 100644
--- a/src/components/StyleGuide.js
+++ b/src/components/StyleGuide.js
@@ -1,12 +1,11 @@
import React, { PureComponent } from 'react';
-
import { Zap } from 'react-feather';
-import SwitchThemed from './SwitchThemed';
-import ToggleSwitch from './ToggleSwitch';
-import Input from './Input';
import Button from './Button';
+import Input from './Input';
import { LoadingDot } from './shared/Basic';
+import SwitchThemed from './SwitchThemed';
+import ToggleSwitch from './ToggleSwitch';
const noop = () => {
/* empty */