8 lines
132 B

<script>
import ContactCard from './ContactCard.svelte';
</script>
<ContactCard>
<!-- contact details go here -->
</ContactCard>