mirror of
https://github.com/cupcakearmy/fantus.git
synced 2024-11-01 04:54:13 +01:00
13 lines
205 B
TypeScript
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
|