Initial commit from gatsby: (https://github.com/gatsbyjs/gatsby-starter-hello-world.git)
This commit is contained in:
commit
68add79b42
10 changed files with 16338 additions and 0 deletions
5
src/pages/index.js
Normal file
5
src/pages/index.js
Normal file
|
@ -0,0 +1,5 @@
|
|||
import React from "react"
|
||||
|
||||
export default function Home() {
|
||||
return <div>Hello world!</div>
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue