Chakra and globals

This commit is contained in:
2023-06-14 21:21:55 +04:00
parent 42c5b438c3
commit 2fbdc4cd44
10 changed files with 1872 additions and 23 deletions

View File

@@ -1,11 +1,7 @@
export default async function Home() {
return (
<main>
<pre>
{JSON.stringify(new Date(), null, 2)}
</pre>
<pre>{JSON.stringify(new Date(), null, 2)}</pre>
</main>
)
}