aboutsummaryrefslogtreecommitdiffstats
path: root/website/src/app.d.ts
diff options
context:
space:
mode:
authorrtkay123 <dev@kanjala.com>2026-02-15 12:33:49 +0200
committerrtkay123 <dev@kanjala.com>2026-02-15 12:33:49 +0200
commit3c5028ddf602cac59a1efdf0522606a122d9dec3 (patch)
treef836510f7582a9bb4670c3c79e5e9ff3d636ef26 /website/src/app.d.ts
parent323296c248aeea736e388a307effa4edab671e66 (diff)
downloadsellershut-3c5028ddf602cac59a1efdf0522606a122d9dec3.tar.bz2
sellershut-3c5028ddf602cac59a1efdf0522606a122d9dec3.zip
feat(web): lint
Diffstat (limited to 'website/src/app.d.ts')
-rw-r--r--website/src/app.d.ts14
1 files changed, 7 insertions, 7 deletions
diff --git a/website/src/app.d.ts b/website/src/app.d.ts
index da08e6d..520c421 100644
--- a/website/src/app.d.ts
+++ b/website/src/app.d.ts
@@ -1,13 +1,13 @@
// See https://svelte.dev/docs/kit/types#app.d.ts
// for information about these interfaces
declare global {
- namespace App {
- // interface Error {}
- // interface Locals {}
- // interface PageData {}
- // interface PageState {}
- // interface Platform {}
- }
+ namespace App {
+ // interface Error {}
+ // interface Locals {}
+ // interface PageData {}
+ // interface PageState {}
+ // interface Platform {}
+ }
}
export {};