{
  "/robots.txt/route": "app/robots.txt/route.js",
  "/sitemap.xml/route": "app/sitemap.xml/route.js",
  "/_not-found/page": "app/_not-found/page.js",
  "/(app)/login/page": "app/(app)/login/page.js",
  "/(app)/auth/quickbooks/callback/page": "app/(app)/auth/quickbooks/callback/page.js",
  "/(app)/auth/xero/callback/page": "app/(app)/auth/xero/callback/page.js",
  "/(app)/auth/zoho/callback/page": "app/(app)/auth/zoho/callback/page.js",
  "/(marketing)/about/page": "app/(marketing)/about/page.js",
  "/(marketing)/features/page": "app/(marketing)/features/page.js",
  "/(marketing)/privacy/page": "app/(marketing)/privacy/page.js",
  "/(marketing)/pricing/page": "app/(marketing)/pricing/page.js",
  "/(marketing)/terms/page": "app/(marketing)/terms/page.js",
  "/(marketing)/page": "app/(marketing)/page.js",
  "/(marketing)/contact/page": "app/(marketing)/contact/page.js",
  "/(marketing)/services/page": "app/(marketing)/services/page.js",
  "/(app)/(dashboard)/accounts/page": "app/(app)/(dashboard)/accounts/page.js",
  "/(app)/(dashboard)/dashboard/page": "app/(app)/(dashboard)/dashboard/page.js",
  "/(app)/(dashboard)/customers/page": "app/(app)/(dashboard)/customers/page.js",
  "/(app)/(dashboard)/admin/page": "app/(app)/(dashboard)/admin/page.js",
  "/(app)/(dashboard)/analytics/page": "app/(app)/(dashboard)/analytics/page.js",
  "/(app)/(dashboard)/documents/page": "app/(app)/(dashboard)/documents/page.js",
  "/(app)/(dashboard)/clients/page": "app/(app)/(dashboard)/clients/page.js",
  "/(app)/(dashboard)/invoices/page": "app/(app)/(dashboard)/invoices/page.js",
  "/(app)/(dashboard)/employees/page": "app/(app)/(dashboard)/employees/page.js",
  "/(app)/(dashboard)/notifications/page": "app/(app)/(dashboard)/notifications/page.js",
  "/(app)/(dashboard)/ratios/page": "app/(app)/(dashboard)/ratios/page.js",
  "/(app)/(dashboard)/expenses/page": "app/(app)/(dashboard)/expenses/page.js",
  "/(app)/(dashboard)/vendors/page": "app/(app)/(dashboard)/vendors/page.js",
  "/(app)/(dashboard)/transactions/page": "app/(app)/(dashboard)/transactions/page.js",
  "/(app)/(dashboard)/billing/page": "app/(app)/(dashboard)/billing/page.js",
  "/(app)/(dashboard)/reports/[provider]/page": "app/(app)/(dashboard)/reports/[provider]/page.js",
  "/(app)/(dashboard)/settings/page": "app/(app)/(dashboard)/settings/page.js",
  "/(app)/(dashboard)/reports/page": "app/(app)/(dashboard)/reports/page.js"
}