remove hooks package for now

This commit is contained in:
Felix Roos
2022-03-25 22:04:43 +01:00
parent 65deb7df1d
commit 43d8f46eab
17 changed files with 151 additions and 2710 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import logo from './logo.svg';
import playStatic from './static.mjs';
import { defaultSynth } from '@strudel/tone';
import * as tunes from './tunes.mjs';
import useRepl from '@strudel/hooks/useRepl.mjs';
import useRepl from './useRepl.mjs';
import { useWebMidi } from './useWebMidi';
import './App.css'