move calendar, so it's not visible when stored

This commit is contained in:
Thomas Ruoff
2020-09-09 00:43:43 +02:00
parent 75969dc2ac
commit ec7fc60e4d
3 changed files with 30 additions and 28 deletions

View File

@@ -2,7 +2,6 @@ import Head from 'next/head'
import React from 'react'
import Footer from '../components/footer'
import Header from '../components/header'
import Calendar from '../components/calendar'
import Wizard from '../components/wizard/index'
export default function Home() {
@@ -15,7 +14,6 @@ export default function Home() {
<Header />
<main className="main">
<Calendar />
<Wizard />
</main>
<Footer />