fantus/pages/works.tsx

13 lines
205 B
TypeScript
Raw Permalink Normal View History

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