first commit
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
---
|
||||
import Base from "../layouts/Base.astro";
|
||||
import Button from "../components/Button.astro";
|
||||
---
|
||||
|
||||
<Base>
|
||||
<div class="p-4">
|
||||
<Button
|
||||
variant="soft"
|
||||
icon="lets-icons:check-ring-duotone-line"
|
||||
color="danger"
|
||||
size="sm"
|
||||
>
|
||||
Submit
|
||||
</Button>
|
||||
</div>
|
||||
</Base>
|
||||
Reference in New Issue
Block a user