further typing improvements

This commit is contained in:
Thomas Ruoff
2020-08-28 23:20:18 +02:00
committed by Thomas Ruoff
parent 90ac05a907
commit 52a68e9989
17 changed files with 94 additions and 71 deletions

View File

@@ -1,9 +1,7 @@
import React from 'react'
import Head from 'next/head'
import Header from '../components/header'
import React from 'react'
import Footer from '../components/footer'
import Header from '../components/header'
import Wizard from '../components/wizard/index'
export default function Home() {