Initial commit
This commit is contained in:
11
app/page.tsx
Normal file
11
app/page.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
const Home: React.FC = () => {
|
||||
return (
|
||||
<div className="flex items-center justify-center w-full h-screen">
|
||||
<h1 className="text-6xl font-bold font-heading text-black text-center">
|
||||
Start prompting
|
||||
</h1>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
export default Home
|
||||
Reference in New Issue
Block a user