export async function load({ params }) { return { coinSymbol: params.coinSymbol }; }