style: Apply Prettier formatting to codebase

This commit is contained in:
Scott Idem
2025-11-19 13:38:45 -05:00
parent 8f49edc1b3
commit 8029034e37
41 changed files with 852 additions and 892 deletions

View File

@@ -8,7 +8,11 @@
classes?: string;
}
let { html_text = $bindable(''), placeholder = 'Type your text here...', classes = '' }: Props = $props();
let {
html_text = $bindable(''),
placeholder = 'Type your text here...',
classes = ''
}: Props = $props();
</script>
<div class="block w-full h-full {classes}">