From 049eeed9d68ea6acc86689d90470d044936d2d38 Mon Sep 17 00:00:00 2001 From: Ksan Date: Sun, 31 May 2026 14:29:47 +0200 Subject: [PATCH] testing deploy --- src/App.jsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/App.jsx b/src/App.jsx index 22866a0..906259f 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -1,7 +1,8 @@ function App() { return (
-

Does this work?

+

Build wokrs when pushing to dev.

+

Now time to try pushing to main and deploy

) }