gil--/gatsby-starter-shopifypwa

View on GitHub
src/pages/index.js

Summary

Maintainability
A
0 mins
Test Coverage
import React from 'react'
import { Link } from 'gatsby'

const IndexPage = () => (
  <>
    <Link to="/products/">All Products</Link>
  </>
)

export default IndexPage