1
0
mirror of https://github.com/mgerb/go-discord-bot synced 2026-01-11 09:32:50 +00:00
This commit is contained in:
2017-02-04 01:27:57 +00:00
parent c08cf8a4cb
commit 8b24e8fe31
6 changed files with 35 additions and 1 deletions

View File

@@ -6,7 +6,7 @@ export default class Home extends React.Component {
render() {
return (
<div className="Home">
GoBot Home Page
GoBot Early Access Pre Pre Alpha
</div>
);
}