{
  "/_not-found/page": "app/_not-found/page.js",
  "/api/[[...path]]/route": "app/api/[[...path]]/route.js",
  "/about/law-of-the-game/page": "app/about/law-of-the-game/page.js",
  "/about/constitution/page": "app/about/constitution/page.js",
  "/about/executive-board/page": "app/about/executive-board/page.js",
  "/about/page": "app/about/page.js",
  "/admin/page": "app/admin/page.js",
  "/about/our-sport/page": "app/about/our-sport/page.js",
  "/anti-doping/page": "app/anti-doping/page.js",
  "/contact/page": "app/contact/page.js",
  "/results/page": "app/results/page.js",
  "/rti/page": "app/rti/page.js",
  "/tribute/page": "app/tribute/page.js",
  "/about/member-units/page": "app/about/member-units/page.js",
  "/gallery/page": "app/gallery/page.js",
  "/news/[id]/page": "app/news/[id]/page.js",
  "/news/page": "app/news/page.js",
  "/page": "app/page.js",
  "/tournaments/page": "app/tournaments/page.js",
  "/tournaments/[id]/page": "app/tournaments/[id]/page.js"
}