Prettier 규칙 변경

This commit is contained in:
static
2024-12-25 22:27:43 +09:00
parent 0a2ce3f80a
commit e6f345bd3b
15 changed files with 161 additions and 164 deletions

View File

@@ -1,6 +1,6 @@
<script lang="ts">
import '../app.css';
let { children } = $props();
import "../app.css";
let { children } = $props();
</script>
{@render children()}