remove hooks package for now
This commit is contained in:
parent
65deb7df1d
commit
43d8f46eab
17 changed files with 151 additions and 2710 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import React, { useCallback, useMemo, useState } from 'react';
|
||||
import { Tone } from '@strudel/tone';
|
||||
import useRepl from '@strudel/hooks/useRepl.mjs';
|
||||
import useRepl from '../useRepl.mjs';
|
||||
import CodeMirror, { markEvent } from '../CodeMirror';
|
||||
import cx from '../cx';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue