We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 428e088 commit b5ea1daCopy full SHA for b5ea1da
interface/src/routes/system/coredump/+page.ts
@@ -0,0 +1,5 @@
1
+import type { PageLoad } from './$types';
2
+
3
+export const load = (async () => {
4
+ return { title: 'Core Dump' };
5
+}) satisfies PageLoad;
0 commit comments