mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-04-25 12:19:10 +00:00
10 lines
204 B
JavaScript
10 lines
204 B
JavaScript
import React from 'react'
|
|
// import Link from 'next/link'
|
|
// import Head from '../components/head'
|
|
// import Nav from '../components/nav'
|
|
|
|
const Home = () => (
|
|
<h1>Hi there.</h1>
|
|
)
|
|
|
|
export default Home
|