All checks were successful
Build and deploy website / build (push) Successful in 34s
8 lines
133 B
Plaintext
8 lines
133 B
Plaintext
---
|
|
import Greeting from "./Greeting.astro"
|
|
import LatestProjects from "./LatestProjects.astro"
|
|
---
|
|
|
|
<Greeting />
|
|
<LatestProjects />
|