{#if $uiStore.currentStep === "upload"}
{#if ImageUpload}
{@const Upload = ImageUpload.default}
{/if}
{:else if $uiStore.currentStep === "crop" && uploadedImage}
{#if ImageCropper}
{@const Cropper = ImageCropper.default}
{/if}
{:else if $uiStore.currentStep === "text"}
{#if TextManager}
{@const Manager = TextManager.default}
{/if}
{/if}