mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 11:44:40 +00:00
feat: interface clean up + organisation
This commit is contained in:
@@ -7,10 +7,6 @@
|
||||
step?: number
|
||||
}>();
|
||||
let percentage = $derived(((state - min) / (max - min)) * 100);
|
||||
|
||||
$effect(() => {
|
||||
console.log('min / max / step', min, max, step);
|
||||
});
|
||||
</script>
|
||||
|
||||
<div class="relative mx-auto w-full max-w-lg">
|
||||
|
||||
Reference in New Issue
Block a user