// Renders at /sitemap, should not conflict with app/sitemap.ts export default function SitemapPage() { return <div>Sitemap</div> }