Fix: Build-Fehler devtools.jsx (fehlender Funktionskopf) und kalkulator3d.jsx (doppelter fontSize-Key)

This commit is contained in:
2026-06-01 13:11:23 +02:00
parent 244cb37470
commit a6dd7ab09c
2 changed files with 2 additions and 2 deletions

View File

@@ -1692,7 +1692,7 @@ function RuleCard({rule, idx, onUpdate, onDelete, onMove, inpStyle}) {
);
}
function RegexBuilder({ toast, mobile }) {
const [mode, setMode] = useState('build'); // 'build' | 'explain'
// ── Build mode ──
const [rules, setRules] = useState([]);