1export async function load(url, context, next) {
2  return next(url, []);
3}
4