fantus/pages/works.tsx

13 lines
205 B
TypeScript

import React from 'react'
const Home = () => {
return (
<div className="center">
<h2>works</h2>
<p>in progress... lot of skratches lying around</p>
</div>
)
}
export default Home