mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-03 06:27:11 +01:00
rename js/x ts/x
This commit is contained in:
committed by
Thomas Ruoff
parent
9853e31201
commit
be1e22460d
9
components/header.tsx
Normal file
9
components/header.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import React from 'react'
|
||||
|
||||
export default function Header() {
|
||||
return (
|
||||
<>
|
||||
<h1 className="text-3xl">Pfadi Bussle Buchungsseite</h1>
|
||||
</>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user