0
0
Fork 0

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

@ -7,7 +7,7 @@ import { Helmet } from 'react-helmet';
import { connect } from 'react-redux';
import DismissableBanner from 'mastodon/components/dismissable_banner';
import { DismissableBanner } from 'mastodon/components/dismissable_banner';
import { domain } from 'mastodon/initial_state';
import { addColumn, removeColumn, moveColumn } from '../../actions/columns';