mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-21 13:25:14 +02:00
fix formatting
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<script lang="ts">
|
||||
import {Progress} from "$lib/components/ui/progress/index.js";
|
||||
import {onMount} from "svelte";
|
||||
import {Progress} from '$lib/components/ui/progress/index.js';
|
||||
import {onMount} from 'svelte';
|
||||
|
||||
let value = $state(0);
|
||||
|
||||
@@ -13,4 +13,4 @@
|
||||
});
|
||||
</script>
|
||||
|
||||
<Progress value={value}/>
|
||||
<Progress {value}/>
|
||||
|
||||
Reference in New Issue
Block a user