summaryrefslogtreecommitdiff
path: root/examples/container-with-vitest/src/components/Card.astro
blob: a7e49f41c5261689e86cebe6c0d13c432de2ab72 (plain) (blame)
1
2
3
4
5
6
7
8
---

---

<div>
	This is a card
	<slot />
</div>