deprived-main-website/src/routes/zhen/cv/Comps/CombinedContacts.svelte

7 lines
150 B
Svelte

<script>
import Contact from "./Contact.svelte";
import OtherContact from "./OtherContact.svelte";
</script>
<Contact/>
<OtherContact/>