devscard/src/pages/playground/section-card.astro
2022-08-28 22:44:37 +02:00

7 lines
134 B
Text

---
import SectionCard from '@/atoms/section-card.astro';
---
<div class="p-5">
<SectionCard>SectionCard text</SectionCard>
</div>