import React from 'react'; import Interactive from 'react-interactive'; import { Link } from 'react-router'; import s from '../styles/home.style'; function Home() { return (
Example page
Example two deep with query and hash
); } export default Home;