remove old imports

This commit is contained in:
Felix Roos 2022-04-15 21:45:55 +02:00 committed by GitHub
parent 9d2cbbaa2c
commit 9c6652b19d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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']);