export function load({ params }: any){ return { tournamentGuid: params.tournamentguid, qualifierGuid: params.qualifierGuid, params: params } }