This commit is contained in:
Jeff Escalante 2020-04-13 13:54:21 -04:00
parent f3718c1b2d
commit b3604cd71b
No known key found for this signature in database
GPG Key ID: 32D23C61AB5450DB

View File

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