import { h, Fragment } from 'preact' import { Logo } from './logo' export function App() { return ( <>

Hello Vite + Preact!

Learn Preact

) }