style: reformat files

This commit is contained in:
2026-06-11 13:05:35 +05:00
parent f8df409d57
commit 068b9da6ba
3 changed files with 15 additions and 21 deletions
+3 -6
View File
@@ -1,17 +1,14 @@
---
interface Props {
class?: string
class?: string;
}
const { class: className } = Astro.props as Props
const { class: className } = Astro.props as Props;
---
<div
aria-hidden="true"
class:list={[
'flex h-4 w-full items-center justify-between overflow-hidden px-2 opacity-60',
className,
]}
class:list={["flex h-4 w-full items-center justify-between overflow-hidden px-2 opacity-60", className]}
>
{
Array.from({ length: 60 }).map(() => (