jonbio/app/likes/page.tsx
Jonathan Branan b89accc396
All checks were successful
Build and Deploy docker container / build (push) Successful in 1m53s
Build and Deploy docker container / deploy (push) Successful in 4s
a
2024-11-02 22:27:02 -05:00

4 lines
100 B
TypeScript

export default function Page() {
return <div>this is a test of the emergency alert system</div>
}