diff --git a/packages/button/src/Button.story.tsx b/packages/button/src/Button.story.tsx
index 7a2aa28795..7e21446f9a 100644
--- a/packages/button/src/Button.story.tsx
+++ b/packages/button/src/Button.story.tsx
@@ -10,20 +10,6 @@ const buttonClass = css`
}
`;
-function CustomElement({
- customProp,
- ...rest
-}: {
- customProp: string;
-}): React.ReactElement {
- return (
-
- Lookit, {customProp}!
-
-
- );
-}
-
storiesOf('Buttons', module)
.add('Default', () => (