All checks were successful
Rebuild signaller for deprived.dev to rebuild site / test_service (push) Successful in 23s
7 lines
No EOL
144 B
Svelte
7 lines
No EOL
144 B
Svelte
<script>
|
|
import Contact from "./Contact.svelte";
|
|
import OtherContact from "./OtherContact.svelte";
|
|
</script>
|
|
|
|
<Contact/>
|
|
<OtherContact/> |