Guest User

Untitled

a guest
Feb 17th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. import React, { Component } from 'react';
  2.  
  3. return (
  4.  
  5.  
  6. <div className="Card" onClick={this.handleClick}>
  7.  
  8. <h1>{this.props.front}</h1>
  9. </div>
  10.  
  11. );
Add Comment
Please, Sign In to add comment