4 lines
100 B
TypeScript
4 lines
100 B
TypeScript
export default function Page() {
|
|
return <div>this is a test of the emergency alert system</div>
|
|
}
|