testing instant update

developement
Max 2023-07-22 11:47:18 -07:00
parent f221c66867
commit 2096497b34
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
const Home = () => {
return (
<div>test page</div>
<div>test page with a test</div>
)
}