import preactLogo from '../../assets/preact.svg'; import './style.css'; export function Logo(){ return ( Preact logo ); } export function Home() { return (

Get Started with the Calendar Optimizer

Calendar Optimizer Historical Calendar Prices
); } function Resource(props) { return (

{props.title}

{props.description}

); }