This commit is contained in:
Rik Berkelder 2021-04-17 15:41:05 +02:00
commit 68add79b42
10 changed files with 16338 additions and 0 deletions

5
src/pages/index.js Normal file
View file

@ -0,0 +1,5 @@
import React from "react"
export default function Home() {
return <div>Hello world!</div>
}