Actualiser src/features/editor/parameters/Pitch.jsx
Deploy to home / deploy (push) Failing after 8s

This commit is contained in:
cvancau
2026-08-09 16:29:11 +02:00
parent eee5bb3c1a
commit 4c08373ffa
+1 -1
View File
@@ -1,7 +1,7 @@
import React from 'react';
import Card from '../card';
import { useSelector, useDispatch } from 'react-redux';
import { selectById, parameterUpdated } from './parameterSlice.js';
import { selectById, parameterUpdated } from './parameterSlice.jsx';
import { Select, Knob } from '../../utils/components';
export default function Pitch(props) {