fix: format indentatation inside script tag

This commit is contained in:
Ilia Mashkov
2026-01-02 11:11:04 +03:00
parent d443f9ab85
commit 879e8cd710
44 changed files with 53 additions and 52 deletions

View File

@@ -1,5 +1,5 @@
<script lang="ts">
import favicon from '$shared/assets/favicon.svg';
import favicon from '$shared/assets/favicon.svg';
import './app.css';
import Page from './routes/Page.svelte';
</script>
@@ -13,8 +13,8 @@ import Page from './routes/Page.svelte';
</div>
<style>
#app-root {
width: 100%;
height: 100vh;
}
#app-root {
width: 100%;
height: 100vh;
}
</style>