a
All checks were successful
Build and Deploy docker container / build (push) Successful in 2m13s
Build and Deploy docker container / deploy (push) Successful in 5s

This commit is contained in:
2024-11-02 22:52:00 -05:00
parent 5259467f44
commit f36307dfc6
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
export default function Page() {
return <div>this is a test of the emergency alert system</div>
return <div>BOO!</div>
}