mirror of
https://github.com/thiloho/archtika.git
synced 2025-11-22 02:41:35 +01:00
Share styles and update props
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
<script lang="ts">
|
||||
const { success, message } = $props<{
|
||||
success: boolean | undefined;
|
||||
message: string;
|
||||
}>();
|
||||
const { success, message }: { success: boolean | undefined; message: string | undefined } =
|
||||
$props();
|
||||
</script>
|
||||
|
||||
{#if success}
|
||||
|
||||
Reference in New Issue
Block a user