This commit is contained in:
Jeff Escalante 2020-04-13 13:54:21 -04:00
parent 4d647fea42
commit 2755fd51e7
No known key found for this signature in database
GPG Key ID: 32D23C61AB5450DB
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
export default function HomePage() {
return <p>WIP</p>
return <p>Coming soon</p>
}