mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-03 06:27:11 +01:00
move calendar, so it's not visible when stored
This commit is contained in:
@@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user