import { h, type FunctionComponent } from 'preact' import s from './header.module.scss' import type { Route } from '../../../shared/types.ts' const Header: FunctionComponent<{ routes: Route[] }> = ({ routes }) => (

BRF Tegeltrasten

) export default Header