import { e as createComponent, f as createAstro, h as addAttribute, k as renderHead, r as renderTemplate } from '../chunks/astro/server_BRK6phUk.mjs'; import 'kleur/colors'; import 'clsx'; export { renderers } from '../renderers.mjs'; const $$Astro = createAstro(); const $$Index = createComponent(($$result, $$props, $$slots) => { const Astro2 = $$result.createAstro($$Astro, $$props, $$slots); Astro2.self = $$Index; return renderTemplate` Astro${renderHead()}

Astro

`; }, "/root/homewebsite/src/pages/index.astro", void 0); const $$file = "/root/homewebsite/src/pages/index.astro"; const $$url = ""; const _page = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({ __proto__: null, default: $$Index, file: $$file, url: $$url }, Symbol.toStringTag, { value: 'Module' })); const page = () => _page; export { page };