Add CI #13

Merged
snedadah merged 36 commits from shahanneda/add-ci into main 2022-06-26 16:14:28 -04:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit cd6673b1bf - Show all commits

View File

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