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