Added contacts to my cv
This commit is contained in:
parent
41a6bb66b7
commit
87b2af3118
7 changed files with 160 additions and 2 deletions
7
src/routes/zhen/CVs/Comps/CombinedContacts.svelte
Normal file
7
src/routes/zhen/CVs/Comps/CombinedContacts.svelte
Normal file
|
@ -0,0 +1,7 @@
|
|||
<script>
|
||||
import Contact from "./Contact.svelte";
|
||||
import OtherContact from "./OtherContact.svelte";
|
||||
</script>
|
||||
|
||||
<Contact/>
|
||||
<OtherContact/>
|
Loading…
Add table
Add a link
Reference in a new issue