diff --git a/stories/top-bar.stories.tsx b/stories/top-bar.stories.tsx
deleted file mode 100644
index f66fcb49..00000000
--- a/stories/top-bar.stories.tsx
+++ /dev/null
@@ -1,15 +0,0 @@
-import { storiesOf } from '@storybook/react';
-import * as React from 'react';
-import { TopBar } from '../src/components/top-bar/top-bar';
-
-
-storiesOf('TopBar', module)
- .add('basic tabs', () => (
-
- ))
- .add('with actions menu', () => (
- alert(' here' ), title: "click here" }] } }} />
- ))
- .add('with extension menu', () => (
- alert(' here' ), title: "click here" }] }, actionMenuExtensions: [render the custom component] }} />
- ));
\ No newline at end of file