Fix import order inconsistencies (#2289)

This commit is contained in:
Claire
2023-07-12 15:00:10 +02:00
committed by GitHub
parent a40529fa79
commit 67055b0343
5 changed files with 7 additions and 5 deletions

View File

@@ -13,7 +13,6 @@ import spring from 'react-motion/lib/spring';
import ReactSwipeableViews from 'react-swipeable-views';
import elephantUIPlane from 'mastodon/../images/elephant_ui_plane.svg';
import { AnimatedNumber } from 'mastodon/components/animated_number';
import { Icon } from 'mastodon/components/icon';
import { IconButton } from 'mastodon/components/icon_button';