3d-arena / src /app.d.ts
dylanebert's picture
dylanebert HF staff
initial leaderboard iteration
31a2d08
raw
history blame
271 Bytes
// See https://kit.svelte.dev/docs/types#app
// for information about these interfaces
declare global {
namespace App {
// interface Error {}
// interface Locals {}
// interface PageData {}
// interface Platform {}
}
}
export {};