fantus/pages/works.tsx

13 lines
205 B
TypeScript
Raw Permalink Normal View History

2020-01-12 17:34:27 +00:00
import React from 'react'
const Home = () => {
2021-01-01 23:21:29 +00:00
return (
<div className="center">
<h2>works</h2>
<p>in progress... lot of skratches lying around</p>
2020-01-12 17:34:27 +00:00
</div>
2021-01-01 23:21:29 +00:00
)
2020-01-12 17:34:27 +00:00
}
2021-01-01 23:21:29 +00:00
export default Home