Chakra and globals
This commit is contained in:
@@ -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>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user