Skip to content

Instantly share code, notes, and snippets.

@jackcoral89
Created December 30, 2020 10:20
Show Gist options
  • Select an option

  • Save jackcoral89/e731320cfdd2dae1ca4c463ad7dcd718 to your computer and use it in GitHub Desktop.

Select an option

Save jackcoral89/e731320cfdd2dae1ca4c463ad7dcd718 to your computer and use it in GitHub Desktop.
import React from 'react';
export default function App() {
return (
<div>
<h1>Hello World! React app here !</h1>
</div>
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment