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

This commit is contained in:
cvancau
2026-08-09 16:27:55 +02:00
parent 9e0bbce83d
commit 1c1435f05a
+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 { Knob, Checkbox } from '../../utils/components';
export default function EG(props) {