Files
martials.no/src/components/landing/IndexPage.astro

8 lines
133 B
Plaintext
Raw Normal View History

---
import Greeting from "./Greeting.astro"
import LatestProjects from "./LatestProjects.astro"
---
<Greeting />
<LatestProjects />