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 2 additions and 1 deletions
Showing only changes of commit 2a03276419 - Show all commits

View File

@ -4,7 +4,8 @@ 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 new
changes
</p>
);
}