);
diff --git a/src/components/ExampleComponent.js b/src/components/example/ExampleComponent.js
similarity index 94%
rename from src/components/ExampleComponent.js
rename to src/components/example/ExampleComponent.js
index 042119a..a31a3b6 100644
--- a/src/components/ExampleComponent.js
+++ b/src/components/example/ExampleComponent.js
@@ -2,7 +2,7 @@ import React from 'react';
import PropTypes from 'prop-types';
import Interactive from 'react-interactive';
import { Link } from 'react-router';
-import s from '../styles/exampleComponent.style';
+import s from '../../styles/exampleComponent.style';
const propTypes = {
children: PropTypes.element,
diff --git a/src/components/ExampleTwoDeepComponent.js b/src/components/example/ExampleTwoDeepComponent.js
similarity index 97%
rename from src/components/ExampleTwoDeepComponent.js
rename to src/components/example/ExampleTwoDeepComponent.js
index 379cf17..312effb 100644
--- a/src/components/ExampleTwoDeepComponent.js
+++ b/src/components/example/ExampleTwoDeepComponent.js
@@ -2,7 +2,7 @@ import React from 'react';
import PropTypes from 'prop-types';
import Interactive from 'react-interactive';
import { Link } from 'react-router';
-import s from '../styles/exampleTwoDeepComponent.style';
+import s from '../../styles/exampleTwoDeepComponent.style';
const propTypes = {
location: PropTypes.object.isRequired,
diff --git a/src/components/example/Home.js b/src/components/example/Home.js
new file mode 100644
index 0000000..00e43f6
--- /dev/null
+++ b/src/components/example/Home.js
@@ -0,0 +1,27 @@
+import React from 'react';
+import Interactive from 'react-interactive';
+import { Link } from 'react-router';
+import s from '../../styles/home.style';
+
+function ExampleHome() {
+ return (
+