deprived-main-website/src/routes/zhen/cv/CompsRev3/CombinedContacts.svelte
BOTAlex 7fd7682f98
All checks were successful
Rebuild signaller for deprived.dev to rebuild site / test_service (push) Successful in 23s
Changed photo to vr setup
2025-05-27 03:59:26 +02:00

7 lines
No EOL
144 B
Svelte

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