import robots from './json/robots.js'

export default async function () {
  return robots
}