testing the CD worflow
All checks were successful
Deploy React / build-and-deploy (push) Successful in 16s

This commit is contained in:
2026-02-23 18:33:49 +01:00
parent a89049aa4d
commit 98b3bb378b

View File

@@ -5,6 +5,7 @@ import App from './App.jsx'
createRoot(document.getElementById('root')).render(
<StrictMode>
<p>test deploy</p>
<App />
</StrictMode>,
)