import { h, type FunctionComponent } from 'preact' const StartPage: FunctionComponent = () => (

Start

Kommer vettigare info här snart.

) export default StartPage