move rest into pages

This commit is contained in:
Thomas Ruoff
2020-08-01 16:05:58 +02:00
parent 528f46a533
commit 793b499c76
9 changed files with 32 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
import Head from 'next/head'
import Wizard from '../components/wizard'
import Wizard from './components/wizard'
export default function Home() {
return (