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

This commit is contained in:
cvancau
2026-08-09 16:29:23 +02:00
parent 4c08373ffa
commit e7bca01aff
+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, Checkbox } from '../../utils/components';
export default function VCO(props) {