1 2 3 4 5 6
import React from 'react' import { Link } from 'gatsby' import Layout from '../components/layout' export default () => <Layout>Projects</Layout>