kick off with simple form

This commit is contained in:
Thomas Ruoff
2020-06-27 01:09:53 +02:00
parent 8d9f613a52
commit 2abaefa25d
2 changed files with 39 additions and 40 deletions

5
pages/_app.js Normal file
View File

@@ -0,0 +1,5 @@
import 'react-dates/lib/css/_datepicker.css'
export default function MyApp({ Component, pageProps }) {
return <Component {...pageProps} />
}