Rewrite <Skeleton/>
as FC and TS (#25055)
This commit is contained in:
@@ -5,7 +5,7 @@ import type { List } from 'immutable';
|
||||
import type { Account } from '../../types/resources';
|
||||
import { autoPlayGif } from '../initial_state';
|
||||
|
||||
import Skeleton from './skeleton';
|
||||
import { Skeleton } from './skeleton';
|
||||
|
||||
interface Props {
|
||||
account?: Account;
|
||||
|
Reference in New Issue
Block a user