-
This commit is contained in:
14
my-app/app/page.tsx
Normal file
14
my-app/app/page.tsx
Normal file
@@ -0,0 +1,14 @@
|
||||
"use client";
|
||||
|
||||
export default function Home() {
|
||||
return (
|
||||
<main className="min-h-screen w-full bg-black">
|
||||
{/*
|
||||
Pagina Home vuota.
|
||||
I componenti sono ora raggiungibili separatamente su:
|
||||
/terminal
|
||||
/text
|
||||
*/}
|
||||
</main>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user