This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Created by Mike on 2/21/2017. | |
*/ | |
import React, { PropTypes } from 'react'; | |
import {Card, CardActions, CardHeader, CardMedia, CardTitle, CardText} from 'material-ui/Card'; | |
import FlatButton from 'material-ui/FlatButton'; | |
//TODO: grab avatar image dynamcially | |
//TODO: wire up edit button | |
//TODO: wire up delete button |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
open -n ./emptyExampleDebug.app/ --args 1 2 3 4 |
NewerOlder