Archived
1
0

Initial Commit

This commit is contained in:
2020-01-09 12:29:40 +01:00
commit d215f03545
9 changed files with 147 additions and 0 deletions

3
src/pages/index.js Normal file
View File

@@ -0,0 +1,3 @@
import React from "react"
export default () => <div>Hello world!</div>