Add change view button

This commit is contained in:
2025-03-07 14:21:58 +01:00
parent d7da674267
commit 02526f340a
3 changed files with 43 additions and 8 deletions

View File

@@ -0,0 +1,10 @@
<script lang="ts">
type Props = {
open: boolean;
onClose: () => void;
};
</script>
<dialog>
<div></div>
</dialog>