Made great progress on monorepo & auth for next. Very happy with work!
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
'use client';
|
||||
'use server';
|
||||
|
||||
const Home = () => {
|
||||
const Home = async () => {
|
||||
return (
|
||||
<div className="flex min-h-screen items-center justify-center">
|
||||
<main
|
||||
className='flex min-h-screen items-center justify-center'
|
||||
>
|
||||
Hello!
|
||||
</div>
|
||||
</main>
|
||||
);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user