mirror of
https://github.com/tonytins/tonybark.com.git
synced 2025-03-25 02:39:12 +00:00
5 lines
No EOL
84 B
TypeScript
5 lines
No EOL
84 B
TypeScript
export const load = ({ params }) => {
|
|
return {
|
|
rkey: params.rkey
|
|
}
|
|
} |