This component is a dumb wrapper around the
<input />
element which justs add a class name to give it is
diff --git a/stories/components/Select.stories.tsx b/stories/components/Select.stories.tsx
index e35217a72..b552fc4f0 100644
--- a/stories/components/Select.stories.tsx
+++ b/stories/components/Select.stories.tsx
@@ -1,7 +1,7 @@
import * as React from 'react'
import Select from '../../src/components/deprecated-select'
-import { Alert } from '../../src/alert'
+import { Banner } from '../../src/banner'
import { Stack } from '../../src/stack'
import LinkTo from '@storybook/addon-links/react'
@@ -31,10 +31,15 @@ export function SelectStory() {
return (