import React from 'react'; function Example(props) { return <h1>Hello, {props.name}</h1>; } export default Example;
Главная | Обратная связь