Created
July 6, 2019 03:27
-
-
Save luisenriquecorona/8e2ebcff5764ca177f9ee83eb8ea5449 to your computer and use it in GitHub Desktop.
API
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
import React, { Component } from 'react' | |
import FeedbackMessage from './FeedbackMessage' | |
class App extends Component { | |
render() { | |
return ( | |
<div className="App"> | |
<FeedbackMessage name="@SoyLuisCorona Follome" app="My App React" /> | |
</div> | |
); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment