import { Link, routes } from '@redwoodjs/router' import Posts from 'src/components/Posts' export const QUERY = gql` query POSTS { posts { id title body createdAt } } ` export const Loading = () =>