import React from 'react'; import { Link } from 'react-router'; import { Card, Button } from 'react-toolbox'; import Logo from '../../logo'; import Navigation from '../../navigation'; import style from './style'; import authors from './modules/authors'; const Home = () => (