import React from 'react' const ChildPage: React.FC = () => { return
Hello world!
} export default ChildPage