diff --git a/markdown/dev/reference/api/stack/en.md b/markdown/dev/reference/api/stack/en.md index 767a0f8ba1a..a987771db9d 100644 --- a/markdown/dev/reference/api/stack/en.md +++ b/markdown/dev/reference/api/stack/en.md @@ -35,16 +35,6 @@ Stack objects come with the following properties: - `anchor` : A [Point](/reference/api/point) that is used as the anchor to align parts in the stack -## Example - - -```js -import { Stack } from '@freesewing/core' - -const myStack = new Stack('mystack') -``` - - ## Methods A Stack object exposes the following methods: