mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-03 14:37:13 +01:00
move all wizard specific stuff to components/wizard
This commit is contained in:
13
components/header.js
Normal file
13
components/header.js
Normal file
@@ -0,0 +1,13 @@
|
||||
import React from 'react'
|
||||
|
||||
export default function Header() {
|
||||
return (
|
||||
<>
|
||||
<h1 className="text-3xl">Pfadi Bussle Buchen</h1>
|
||||
|
||||
<p className="mb-8">
|
||||
Du willst das Pfadi Bussle buchen? Hier bist du richtig!
|
||||
</p>
|
||||
</>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user