switch to preact

This commit is contained in:
arne 2025-11-09 08:08:25 +01:00
commit 17e0e33218
2 changed files with 26 additions and 22 deletions

View file

@ -6,7 +6,7 @@
"shadow-cljs": "3.2.1"
},
"dependencies": {
"react": "^19.2.0",
"react-dom": "^19.2.0"
"react": "npm:@preact/compat@^18.3.1",
"react-dom": "npm:@preact/compat@^18.3.1"
}
}