• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1export async function load(url, context, next) {
2  return next('not/a/url');
3}
4