import Column from '../ui/components/column'; import { Link } from 'react-router'; import { FormattedMessage } from 'react-intl'; const GettingStarted = () => { return (

); }; export default GettingStarted;