<?xml version="1.0" encoding="UTF-8"?>
<!--
  Tooly is a single-page app with no URL routing (custom in-memory screen
  stack, see App.tsx — navigation never touches window.history or the URL).
  There is therefore only one real, crawlable, bookmarkable URL: the root.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://tooly.example.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
