Actualiser src/features/editor/Timbre.jsx
Deploy to home / deploy (push) Failing after 6s

This commit is contained in:
cvancau
2026-08-09 16:19:13 +02:00
parent 37874f9795
commit 9758e2f4a6
+1 -1
View File
@@ -8,7 +8,7 @@ import EG from './parameters/EG';
import Amp from './parameters/Amp';
import LFO from './parameters/LFO';
import Patches from './parameters/Patches';
import { selectById } from './timbreSlice.js';
import { selectById } from './timbreSlice.jsx';
export default function Timbre(props) {
const ids = useSelector((state) => selectById(state, props.id));