Skip to content

Instantly share code, notes, and snippets.

@luisenriquecorona
Created July 6, 2019 03:27
Show Gist options
  • Save luisenriquecorona/8e2ebcff5764ca177f9ee83eb8ea5449 to your computer and use it in GitHub Desktop.
Save luisenriquecorona/8e2ebcff5764ca177f9ee83eb8ea5449 to your computer and use it in GitHub Desktop.
API
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