import "./style.css"; export function Home() { return (

Get Started building Vite-powered Preact Apps

); } function Resource(props) { return (

{props.title}

{props.description}

); }