diff --git a/docs/get-started/whats-a-story.md b/docs/get-started/whats-a-story.md index 2d781910edf8..a2044a88e9a2 100644 --- a/docs/get-started/whats-a-story.md +++ b/docs/get-started/whats-a-story.md @@ -17,7 +17,6 @@ Let’s start with the `Button` component. A story is a function that describes 'react/button-story.js.mdx', 'react/button-story.ts.mdx', 'react/button-story.mdx.mdx', - 'angular/button-story.js.mdx', ]} /> diff --git a/docs/snippets/angular/button-story.js.mdx b/docs/snippets/angular/button-story.js.mdx deleted file mode 100644 index d8fb44a180cf..000000000000 --- a/docs/snippets/angular/button-story.js.mdx +++ /dev/null @@ -1,4 +0,0 @@ -```js -import Angular from 'angular'; -// And some other Angular code -```