Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de2ed63 commit ff8cb81Copy full SHA for ff8cb81
site/src/components/AlertBanner/AlertBanner.stories.tsx
@@ -1,7 +1,8 @@
1
import { Story } from "@storybook/react"
2
-import { AlertBanner, AlertBannerProps } from "./AlertBanner"
+import { AlertBanner } from "./AlertBanner"
3
import Button from "@material-ui/core/Button"
4
import { makeMockApiError } from "testHelpers/entities"
5
+import { AlertBannerProps } from "./alertTypes"
6
7
export default {
8
title: "components/AlertBanner",
0 commit comments