My CV rev2 progress backup

This commit is contained in:
BOTAlex 2024-10-13 16:10:04 +02:00
parent 2e7a0d2a91
commit 8678c084e8
21 changed files with 1002 additions and 1 deletions

View file

@ -0,0 +1,7 @@
<script>
import Contact from "./Contact.svelte";
import OtherContact from "./OtherContact.svelte";
</script>
<Contact/>
<OtherContact/>