export default function TestPage() { return (

Test Page Working!

If you can see this, basic routing is working.

Current time: {new Date().toISOString()}

) }