Svelte Example: Multi Step Wizard

<script lang="ts">
  import WizardPage from './features/wizard/page.svelte'
</script>

<WizardPage />
<script lang="ts">
  import WizardPage from './features/wizard/page.svelte'
</script>

<WizardPage />