diff --git a/static/app/components/tours/tour.stories.tsx b/static/app/components/tours/tour.stories.tsx index e9fff3a13baa12..ac6902cee2d1bf 100644 --- a/static/app/components/tours/tour.stories.tsx +++ b/static/app/components/tours/tour.stories.tsx @@ -7,7 +7,7 @@ import {Button} from 'sentry/components/button'; import {CodeSnippet} from 'sentry/components/codeSnippet'; import {Flex} from 'sentry/components/container/flex'; import {Alert} from 'sentry/components/core/alert'; -import {Input} from 'sentry/components/input'; +import {Input} from 'sentry/components/core/input'; import LoadingIndicator from 'sentry/components/loadingIndicator'; import JSXNode from 'sentry/components/stories/jsxNode'; import SizingWindow from 'sentry/components/stories/sizingWindow';