1 2 3 4 5 6 7 8 9
import Hey from "./subtitle"; export default function Title() { return ( <h1> Hello <Hey></Hey> </h1> ); }