export function load(): App.PageData { return { title: 'SSH Keys', }; }
export function load(): App.PageData {
return {
title: 'SSH Keys',
};
}