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

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

View File

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

View File

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