added admin dashboard
This commit is contained in:
Vendored
+10
@@ -0,0 +1,10 @@
|
||||
// See https://kit.svelte.dev/docs/types#app
|
||||
declare global {
|
||||
namespace App {
|
||||
interface Locals {
|
||||
admin: { username: string } | null;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
export {};
|
||||
Reference in New Issue
Block a user