import FlatButton from 'material-ui/FlatButton'; import { GridList } from 'material-ui/GridList'; import * as React from 'react'; import { colors } from 'ts/style/colors'; export interface RetryProps { onRetry: () => void; } export const Retry = (props: RetryProps) => (
Something went wrong.
);