remove old imports
This commit is contained in:
parent
9d2cbbaa2c
commit
9c6652b19d
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ npm i @strudel.cycles/core --save
|
|||
## Example
|
||||
|
||||
```js
|
||||
import { sequence, State, TimeSpan } from '@strudel.cycles/core';
|
||||
import { sequence } from '@strudel.cycles/core';
|
||||
|
||||
const pattern = sequence('a', ['b', 'c']);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue