import { colors } from '@0xproject/react-shared'; import FlatButton from 'material-ui/FlatButton'; import * as React from 'react'; export interface Join0xProps { onCallToActionClick: () => void; } export const Join0x = (props: Join0xProps) => (
Join 0x
0x is transforming the way that value is exchanged on a global scale. Come join us in San Francisco or work remotely anywhere in the world to help create the infrastructure of a new tokenized economy.
);