7 lines
134 B
Text
7 lines
134 B
Text
---
|
|
import SectionCard from '@/atoms/section-card.astro';
|
|
---
|
|
|
|
<div class="p-5">
|
|
<SectionCard>SectionCard text</SectionCard>
|
|
</div>
|