Files
pfadi-bussle/components/header.tsx
Thomas Ruoff 90ac05a907 fix most type errors
still have a few things outstanding
2020-09-09 00:25:09 +02:00

10 lines
162 B
TypeScript

import * as React from 'react'
export default function Header() {
return (
<>
<h1 className="text-3xl">Pfadi Bussle Buchungsseite</h1>
</>
)
}