Update Astro core and fix ViewTransitions import
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
import { c as createComponent } from './astro-component_Dg_tJ-jn.mjs';
|
||||
import { l as renderComponent, r as renderTemplate, m as maybeRenderHead } from './entrypoint_CZ7e8met.mjs';
|
||||
import { $ as $$Layout, a as $$ContactDetails } from './Layout_CFTVjyCn.mjs';
|
||||
|
||||
const $$Contact = createComponent(($$result, $$props, $$slots) => {
|
||||
return renderTemplate`${renderComponent($$result, "Layout", $$Layout, { "title": "Contact | UP IECEP" }, { "default": ($$result2) => renderTemplate` ${maybeRenderHead()}<section class="contact-section"> <h1>Contact Us</h1> ${renderComponent($$result2, "ContactDetails", $$ContactDetails, { "displayTitle": false })} </section> ` })}`;
|
||||
}, "/Users/kntdgrtnnly/Documents/upiecep/upiecep-website/src/pages/contact.astro", void 0);
|
||||
|
||||
const $$file = "/Users/kntdgrtnnly/Documents/upiecep/upiecep-website/src/pages/contact.astro";
|
||||
const $$url = "/contact";
|
||||
|
||||
const _page = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
|
||||
__proto__: null,
|
||||
default: $$Contact,
|
||||
file: $$file,
|
||||
url: $$url
|
||||
}, Symbol.toStringTag, { value: 'Module' }));
|
||||
|
||||
const page = () => _page;
|
||||
|
||||
export { page };
|
||||
Reference in New Issue
Block a user