import { c as create_ssr_component, b as each, d as add_attribute, e as escape } from './ssr-pGtI3Kui.js'; const reports = [ { url: "/home/example-pages/list-of-identities", name: "List of Identities", description: "This report will show all identities in the system" }, { url: "/home/example-pages/inactive-identities-with-access", name: "Inactive Identities With Access", description: "This report will show all identities that are inactive but still have access in sources" }, { url: "/home/example-pages/missing-cloud-life-cycle-state", name: "Missing Cloud Life Cycle State", description: "This report will show all identities that are missing a cloud life cycle state" }, { url: "/home/example-pages/source-owner-configured", name: "Source Owner Configured", description: "This report will show all sources and their configured owners" }, { url: "/home/example-pages/source-aggregations", name: "Source Aggregations", description: "This report will show all sources and their most recent aggregation events" } ]; const Page = create_ssr_component(($$result, $$props, $$bindings, slots) => { return `
${each(reports, (report) => { return `

${escape(report.name)}

Summary

${escape(report.description)}

`; })}
`; }); export { Page as default }; //# sourceMappingURL=_page.svelte-FS-IAHec.js.map