UNPKG

gatsby-theme-guitar-book

Version:

A Gatsby theme for building guitar book websites

6 lines (4 loc) 98 B
import React from 'react'; export default function NotFound() { return <div>not found</div>; }