- import React from 'react'
- import { Card, Placeholder } from '../../Shared/Components'
-
- const UserPic = () =>
- <Card className="profile-pic" interactive>
- <Placeholder iconName="mugshot" title="No picture" description="Click to change"/>
- </Card>
-
- export default UserPic;
|