Skip to content

Commit

Permalink
fixup! Feat(web-react): Add Message and Link for ToastBar #DS-1213
Browse files Browse the repository at this point in the history
  • Loading branch information
curdaj committed May 28, 2024
1 parent 77425e3 commit b110949
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import React from 'react';
import { Markdown } from '@storybook/blocks';
import type { Meta, StoryObj } from '@storybook/react';
import { ChildrenProps } from '../../../types';
import ReadMe from '../README.md';
import { ToastBarMessage } from '..';
import { ChildrenProps } from '../../../types';

const meta: Meta<typeof ToastBarMessage> = {
title: 'Components/Toast',
Expand Down

0 comments on commit b110949

Please sign in to comment.