Skip to content

Commit ff8cb81

Browse files
committed
Fix import
1 parent de2ed63 commit ff8cb81

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

site/src/components/AlertBanner/AlertBanner.stories.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
import { Story } from "@storybook/react"
2-
import { AlertBanner, AlertBannerProps } from "./AlertBanner"
2+
import { AlertBanner } from "./AlertBanner"
33
import Button from "@material-ui/core/Button"
44
import { makeMockApiError } from "testHelpers/entities"
5+
import { AlertBannerProps } from "./alertTypes"
56

67
export default {
78
title: "components/AlertBanner",

0 commit comments

Comments
 (0)