From 2096497b34a5c2a727502195afccfdec22194804 Mon Sep 17 00:00:00 2001 From: Max Date: Sat, 22 Jul 2023 11:47:18 -0700 Subject: [PATCH] testing instant update --- app/page.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/page.jsx b/app/page.jsx index 63930f1..f6054a8 100644 --- a/app/page.jsx +++ b/app/page.jsx @@ -1,7 +1,7 @@ const Home = () => { return ( -
test page
+
test page with a test
) }