]> git.r.bdr.sh - rbdr/canvas/blame - src/app.d.ts
Move things to components
[rbdr/canvas] / src / app.d.ts
CommitLineData
f74650b0
RBR
1/// <reference types="@sveltejs/kit" />
2
3// See https://kit.svelte.dev/docs/types#app
4// for information about these interfaces
5// and what to do when importing types
6declare namespace App {
7 // interface Locals {}
8 // interface Platform {}
9 // interface Session {}
10 // interface Stuff {}
11}