My CV rev2 progress backup
This commit is contained in:
parent
2e7a0d2a91
commit
8678c084e8
21 changed files with 1002 additions and 1 deletions
7
src/routes/zhen/cv/CompsRev2/CombinedContacts.svelte
Normal file
7
src/routes/zhen/cv/CompsRev2/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