chore: fix linting in entire project

This commit is contained in:
mrjvs
2026-08-09 21:28:45 +02:00
parent 843f1abdde
commit 2400e98d8f
41 changed files with 350 additions and 264 deletions

View File

@@ -1,4 +1,4 @@
declare module "#app" {
declare module '#app' {
interface PageMeta {
needsAuth?: boolean;
}