Add Card Component

.commit to change branch
This commit is contained in:
Aoife
2021-04-06 13:44:00 -04:00
parent 5ccb28dc64
commit 0ad9f90fdc
14 changed files with 291 additions and 249 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ export default function LFO(props) {
const dispatch = useDispatch();
return (
<div>
<div className={props.className}>
<span>{`${props.name}`}</span>
LFO Waveform
<SelectList