<script lang="ts">
...
const components = {
types: {
Image: InlineImage
},
marks: {
link: InlineLink
}
};
</script>
<div class="TextBlock max-width-center">
<PortableText value={text} {components} />
</div>
Is there away for Image and Link to be imported async ?