import React from 'react'; /** * @return {string} */ export default function Home(){ return( "Hello World" ) }