diff options
| author | rtkay123 <dev@kanjala.com> | 2026-02-15 12:33:49 +0200 |
|---|---|---|
| committer | rtkay123 <dev@kanjala.com> | 2026-02-15 12:33:49 +0200 |
| commit | 3c5028ddf602cac59a1efdf0522606a122d9dec3 (patch) | |
| tree | f836510f7582a9bb4670c3c79e5e9ff3d636ef26 /website/src/app.d.ts | |
| parent | 323296c248aeea736e388a307effa4edab671e66 (diff) | |
| download | sellershut-3c5028ddf602cac59a1efdf0522606a122d9dec3.tar.bz2 sellershut-3c5028ddf602cac59a1efdf0522606a122d9dec3.zip | |
feat(web): lint
Diffstat (limited to 'website/src/app.d.ts')
| -rw-r--r-- | website/src/app.d.ts | 14 |
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 {}; |
