Convert <DismissableBanner> to Typescript (#25582)

This commit is contained in:
Renaud Chaput 2023-07-08 11:12:20 +02:00 committed by GitHub
parent 20e85c0e83
commit 4534498a8e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 54 additions and 62 deletions

View file

@ -5,7 +5,7 @@ import { FormattedMessage } from 'react-intl';
import { Link } from 'react-router-dom';
import background from 'mastodon/../images/friends-cropped.png';
import DismissableBanner from 'mastodon/components/dismissable_banner';
import { DismissableBanner } from 'mastodon/components/dismissable_banner';
export const ExplorePrompt = () => (