From 9758e2f4a6084c18ee14d465a7197c2d47278c78 Mon Sep 17 00:00:00 2001 From: cvancau Date: Sun, 9 Aug 2026 16:19:13 +0200 Subject: [PATCH] Actualiser src/features/editor/Timbre.jsx --- src/features/editor/Timbre.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/features/editor/Timbre.jsx b/src/features/editor/Timbre.jsx index 37b2974..28466d1 100644 --- a/src/features/editor/Timbre.jsx +++ b/src/features/editor/Timbre.jsx @@ -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));