@ -4,7 +4,7 @@ import React from "react";
export default function Home() {
return (
<p>
Click <Link href="/playground">here</Link> to visit the playground
Click <Link href="/playground">here</Link> to visit the playground, test 6
</p>
);
}
@ -5,6 +5,7 @@ export default function Home() {
<>
<h1>Playground</h1>
<p>Show off your components here!</p>
test 6
</>