6 lines
66 B
TypeScript
6 lines
66 B
TypeScript
export const load = () => {
|
|
return {
|
|
title: 'PIS Codes'
|
|
};
|
|
};
|