mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-04 15:07:13 +01:00
many visual alignments
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
import Head from 'next/head'
|
||||
import React from 'react'
|
||||
import Footer from '../components/footer'
|
||||
import Header from '../components/header'
|
||||
@@ -7,12 +6,7 @@ import Wizard from '../components/wizard/index'
|
||||
export default function Home() {
|
||||
return (
|
||||
<>
|
||||
<Head>
|
||||
<title>Pfadi Bussle</title>
|
||||
<link rel="icon" href="/favicon.ico" />
|
||||
</Head>
|
||||
|
||||
<Header label="Pfadi Bussle" />
|
||||
<Header label="Anfrage" />
|
||||
<main className="main">
|
||||
<Wizard />
|
||||
</main>
|
||||
|
||||
Reference in New Issue
Block a user