From 94df63bf0263532c3af0faa70349561b5252fba2 Mon Sep 17 00:00:00 2001 From: shahanneda Date: Wed, 15 Jun 2022 16:53:00 -0700 Subject: [PATCH] Test --- pages/index.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pages/index.tsx b/pages/index.tsx index 4ff1fb7..86181d5 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -4,7 +4,8 @@ import React from "react"; export default function Home() { return (

- Click here to visit the playground + Click here to visit the playground on test + 4

); }