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 * as Sheet from '$shared/shadcn/sheet/index.js';
import * as Sheet from '$shared/shadcn/sheet/index.js';
import { cn, type WithElementRef } from '$shared/shadcn/utils/shadcn-utils.js';
import type { HTMLAttributes } from 'svelte/elements';
import { SIDEBAR_WIDTH_MOBILE } from './constants.js';