import React, { Component } from 'react'; function TestComponent(props) { return (
Hello {props.name}