Update Astro core and fix ViewTransitions import
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
---
|
||||
import ContactDetails from '../components/ContactDetails/ContactDetails.astro';
|
||||
import Layout from '../layouts/Layout.astro';
|
||||
---
|
||||
|
||||
<Layout title="Contact | UP IECEP">
|
||||
<section class="contact-section">
|
||||
<h1>Contact Us</h1>
|
||||
<ContactDetails displayTitle={false} />
|
||||
</section>
|
||||
</Layout>
|
||||
Reference in New Issue
Block a user