update, formatting and vercel

This commit is contained in:
2021-01-02 00:21:29 +01:00
parent 4ee9c1bb8b
commit 801e1b6710
23 changed files with 1456 additions and 2986 deletions

View File

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