import React from "react";
const Hello = () => (
<p>You'll find me in a sea of dreams</p>
);
export default Hello;
This shows an example using syntax highlighting.
import React from "react";
const Hello = () => (
<p>You'll find me in a sea of dreams</p>
);
export default Hello;
This shows an example using syntax highlighting.