test
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Shahan Nedadahandeh 2022-06-18 12:45:57 -07:00
parent 3396de157a
commit 8712511968
Signed by: snedadah
GPG Key ID: 8638C7F917385B01
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -5,6 +5,7 @@ export default function Home() {
<> <>
<h1>Playground</h1> <h1>Playground</h1>
<p>Show off your components here!</p> <p>Show off your components here!</p>
test 6
</> </>
); );
} }