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

This commit is contained in:
Shahan Nedadahandeh 2022-06-17 21:20:25 -07:00
parent 2a03276419
commit b244e35aec
Signed by: snedadah
GPG Key ID: 8638C7F917385B01
1 changed files with 3 additions and 2 deletions

View File

@ -4,8 +4,9 @@ import React from "react";
export default function Home() {
return (
<p>
Click <Link href="/playground">here</Link> to visit the playground new
changes
Test build
{/* Click <Link href="/playground">here</Link> to visit the playground new
changes */}
</p>
);
}