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

Hello Vite + Preact!

Learn Preact

) }