pull/4769/head
Conduitry 5 years ago
parent 99fd446e60
commit 4be26e4aab

@ -0,0 +1,4 @@
export default {
preserveIdentifiers: true,
html: `<p>Anchor</p>`
};

@ -0,0 +1,5 @@
<script>
import Anchor from './Anchor.svelte';
</script>
<Anchor/>
Loading…
Cancel
Save