mirror of
https://github.com/MercuryWorkshop/adrift.git
synced 2025-05-12 22:00:02 -04:00
9 lines
160 B
Svelte
9 lines
160 B
Svelte
<script lang="ts">
|
|
import { Card } from "m3-svelte";
|
|
</script>
|
|
|
|
<div class="h-full w-full p-5">
|
|
<Card type="elevated">
|
|
<h1>Step 1</h1>
|
|
</Card>
|
|
</div>
|