8 lines
133 B
Plaintext
8 lines
133 B
Plaintext
|
---
|
||
|
import Greeting from "./Greeting.astro"
|
||
|
import LatestProjects from "./LatestProjects.astro"
|
||
|
---
|
||
|
|
||
|
<Greeting />
|
||
|
<LatestProjects />
|