mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-23 03:28:33 +00:00
add missing deps
This commit is contained in:
parent
b7fac65a87
commit
0bcc01ed0e
@ -39,7 +39,10 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@codemirror/lang-javascript": "^0.19.0",
|
"@codemirror/lang-javascript": "^0.19.0",
|
||||||
"react-codemirror6": "^1.1.0",
|
"react-codemirror6": "^1.1.0",
|
||||||
"react-hook-inview": "^4.5.0"
|
"react-hook-inview": "^4.5.0",
|
||||||
|
"@strudel.cycles/core": "*",
|
||||||
|
"@strudel.cycles/tone": "*",
|
||||||
|
"@strudel.cycles/eval": "*"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"react": "^17.0.2",
|
"react": "^17.0.2",
|
||||||
|
|||||||
@ -1,3 +1,5 @@
|
|||||||
|
import React from 'react';
|
||||||
|
|
||||||
export function Icon({ type }) {
|
export function Icon({ type }) {
|
||||||
return (
|
return (
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" className="sc-h-5 sc-w-5" viewBox="0 0 20 20" fill="currentColor">
|
<svg xmlns="http://www.w3.org/2000/svg" className="sc-h-5 sc-w-5" viewBox="0 0 20 20" fill="currentColor">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user