Remove unused import

This commit is contained in:
Alex Gleason 2021-03-26 22:42:10 -05:00
parent 16ce14e403
commit 9bff74b575
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 0 additions and 1 deletions

View File

@ -12,7 +12,6 @@ import IconButton from './icon_button';
import Icon from './icon';
import DisplayName from './display_name';
import { closeSidebar } from '../actions/sidebar';
import { shortNumberFormat } from '../utils/numbers';
import { isStaff } from '../utils/accounts';
import { makeGetAccount } from '../selectors';
import { logOut, switchAccount } from 'soapbox/actions/auth';