feat: start over and layout
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
import { type FC } from 'react'
|
||||
|
||||
const HomePage: FC = () => {
|
||||
return (
|
||||
<>
|
||||
<h1>
|
||||
Home Page
|
||||
</h1>
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
||||
export default HomePage
|
||||
Reference in New Issue
Block a user