import React from 'react' import { style } from 'typestyle' const className = style({color: 'red'}) const RedText = ({text}) => (
{text}
) export default () =>