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

This commit is contained in:
cvancau
2026-08-09 16:18:47 +02:00
parent 6c17d9deec
commit 37874f9795
+1 -1
View File
@@ -1,7 +1,7 @@
import React from 'react';
import { useSelector } from 'react-redux';
import { ModFX, Delay, EQ } from './parameters/ModFX';
import { selectById } from './timbreSlice.js';
import { selectById } from './timbreSlice.jsx';
import Arpeggiator from './Arpeggio';
export default function Effects(props) {