This commit is contained in:
cupcakearmy
2020-01-12 18:34:27 +01:00
parent 94ac7b29aa
commit e5924868df
8 changed files with 265 additions and 0 deletions

12
pages/works.tsx Normal file
View File

@@ -0,0 +1,12 @@
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