Skip to content

Commit

Permalink
chan.dev: setup root page
Browse files Browse the repository at this point in the history
  • Loading branch information
chantastic committed Jul 19, 2019
1 parent 1aeb257 commit 5171683
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions chan.dev/src/pages/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import React from "react"

export default function() {
return <div>chan.dev</div>
}

0 comments on commit 5171683

Please sign in to comment.