Updated packages
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
---
|
||||
import Heading from '../components/Heading.astro';
|
||||
import Hero from '../components/home/Hero.astro';
|
||||
import Tooling from '../components/home/Tooling.astro';
|
||||
import Layout from '../layouts/Layout.astro';
|
||||
@@ -7,15 +6,7 @@ import Layout from '../layouts/Layout.astro';
|
||||
|
||||
<Layout>
|
||||
<main>
|
||||
<Hero>
|
||||
<Heading tag="h1">
|
||||
Titre
|
||||
</Heading>
|
||||
|
||||
<p>
|
||||
Test
|
||||
</p>
|
||||
</Hero>
|
||||
<Hero />
|
||||
|
||||
<Tooling />
|
||||
</main>
|
||||
|
||||
Reference in New Issue
Block a user