import { Link, routes } from '@redwoodjs/router' import Parts from 'src/components/Parts' export const QUERY = gql` query PARTS { parts { id title description code mainImage createdAt updatedAt userId } } ` export const Loading = () =>