deprived-main-website/deprecated/zhen/cv/CompsRev3/CombinedContacts.svelte
BOTAlex 28eea2d035
Some checks failed
Rebuild signaller for deprived.dev to rebuild site / test_service (push) Failing after 0s
deprecated some old things
2025-10-02 06:16:50 +02:00

7 lines
No EOL
144 B
Svelte

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