implement test VCO redux state and actions

This commit is contained in:
[poww10s]
2020-11-17 23:14:32 -05:00
parent 021734f6e1
commit 813b00a79d
5 changed files with 95 additions and 11 deletions
+6
View File
@@ -0,0 +1,6 @@
import React from 'react';
import VCO from './parameters/VCO';
export function Timbre(props) {
return <VCO id="vco1" />;
}