From 483a8cf0636c77847e0cbd0ec4872bb9ee4800df Mon Sep 17 00:00:00 2001 From: Kyle Suss Date: Mon, 10 Aug 2020 19:35:20 -0600 Subject: [PATCH] Remove angular dummy snippet --- docs/get-started/whats-a-story.md | 1 - docs/snippets/angular/button-story.js.mdx | 4 ---- 2 files changed, 5 deletions(-) delete mode 100644 docs/snippets/angular/button-story.js.mdx 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 -```