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