mirror of
https://github.com/ProjectSegfault/website.git
synced 2025-05-31 14:12:04 +05:30
7 lines
145 B
TypeScript
7 lines
145 B
TypeScript
import type { PageLoad } from "./$types";
|
|
|
|
export const load = (() => {
|
|
return {
|
|
title: "Admin dashboard"
|
|
};
|
|
}) satisfies PageLoad; |