angrybeanie-front-end/pages/shows/show.js
2020-12-06 21:49:37 +11:00

11 lines
No EOL
202 B
JavaScript

import Link from "next/link"
import "../../components/main.js"
import Layout from "../../components/main.js"
const Show = () => (
<Layout>
<h1>Show</h1>
</Layout>
)
export default Show