It's a todo list.
7
fork

Configure Feed

Select the types of activity you want to include in your feed.

at e7e28bd4e96da3a6bfc040425bea28158c4d84e4 13 lines 269 B view raw
1// See https://kit.svelte.dev/docs/types#app 2// for information about these interfaces 3declare global { 4 namespace App { 5 // interface Error {} 6 // interface Locals {} 7 // interface PageData {} 8 // interface PageState {} 9 // interface Platform {} 10 } 11} 12 13export {};