Skip to content

Commit b5ea1da

Browse files
authored
Added missing page.ts for Core Dump (#94)
1 parent 428e088 commit b5ea1da

File tree

1 file changed

+5
-0
lines changed
  • interface/src/routes/system/coredump

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)