import React from 'react'; import "../App.css" import "./main.css"; export default function Main(props) { return (

{props.text}

) }