mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
9 lines
211 B
Svelte
9 lines
211 B
Svelte
<div class="wizard-secondary-options">
|
|
<div class="wizard-secondary-options-start">
|
|
<slot name="start" />
|
|
</div>
|
|
<div class="wizard-secondary-options-end">
|
|
<slot />
|
|
</div>
|
|
</div>
|