From 9bb528986764d46f2cbb5aacb5bd956f9cbad7f0 Mon Sep 17 00:00:00 2001 From: shahanneda Date: Sat, 18 Jun 2022 12:13:37 -0700 Subject: [PATCH] test build --- pages/index.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pages/index.tsx b/pages/index.tsx index 9438311..06c606c 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -4,9 +4,8 @@ import React from "react"; export default function Home() { return (

- Test build updated - {/* Click here to visit the playground new - changes */} + Test build updated 2 Click here to visit + the playground new changes

); }