Added contacts to my cv

This commit is contained in:
BOTAlex 2024-06-06 00:09:49 +02:00
parent 41a6bb66b7
commit 87b2af3118
7 changed files with 160 additions and 2 deletions

View file

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