testing instant update

This commit is contained in:
Max
2023-07-22 11:47:18 -07:00
parent f221c66867
commit 2096497b34
+1 -1
View File
@@ -1,7 +1,7 @@
const Home = () => { const Home = () => {
return ( return (
<div>test page</div> <div>test page with a test</div>
) )
} }