globalThis.process ??= {}; globalThis.process.env ??= {}; import { e as createComponent, f as createAstro, l as renderHead, o as renderSlot, r as renderTemplate } from './astro/server_WO3f6Mge.mjs'; /* empty css */ const $$Astro = createAstro(); const $$Layout = createComponent(($$result, $$props, $$slots) => { const Astro2 = $$result.createAstro($$Astro, $$props, $$slots); Astro2.self = $$Layout; const { title = "eInk Dashboard" } = Astro2.props; return renderTemplate` ${title}${renderHead()} ${renderSlot($$result, $$slots["default"])} `; }, "/home/fc/Projects/glance/src/layouts/Layout.astro", void 0); export { $$Layout as $ };