// Copyright 2021 Signal Messenger, LLC // SPDX-License-Identifier: AGPL-3.0-only import React from 'react'; import { storiesOf } from '@storybook/react'; import { BadgeDescription } from './BadgeDescription'; const story = storiesOf('Components/BadgeDescription', module); story.add('Normal name', () => ( )); story.add('Name with RTL overrides', () => ( ));