diff --git a/docs-ui/src/app/components/toast/components.tsx b/docs-ui/src/app/components/toast/components.tsx index 037075b1dd..a688b0869c 100644 --- a/docs-ui/src/app/components/toast/components.tsx +++ b/docs-ui/src/app/components/toast/components.tsx @@ -1,13 +1,13 @@ 'use client'; import { useState } from 'react'; -import { ToastRegion, toastQueue, Button, Flex } from '@backstage/ui'; +import { ToastContainer, toastQueue, Button, Flex } from '@backstage/ui'; import type { ToastContent } from '@backstage/ui'; export function Default() { return ( <> - + + + + + + ), }); @@ -126,7 +135,7 @@ export const Default = meta.story({ export const StatusVariants = meta.story({ render: () => ( <> - +