🎨 Lint project

This commit is contained in:
Rune Harlyk
2025-10-11 10:54:07 +02:00
parent 91a7b170fe
commit a77eb0b1e0
36 changed files with 77 additions and 72 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import { type Analytics } from '$lib/types/models'
import { writable } from 'svelte/store'
let analytics_data = {
const analytics_data = {
uptime: <number[]>[],
free_heap: <number[]>[],
total_heap: <number[]>[],