import React from "react"; const Parent = ({}) => (
); export default Parent; let Child = () => (
ChildTextContent
);