CLEAN CLEAN
All checks were successful
Deploy React / build-and-deploy (push) Successful in 15s

This commit is contained in:
2026-02-23 19:07:09 +01:00
parent 42ff18a4ac
commit 6ca3120c9e

View File

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