Remove unused import

merge-requests/451/head
Alex Gleason 2021-03-26 22:42:10 -05:00
rodzic 16ce14e403
commit 9bff74b575
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 7211D1F99744FBB7
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -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';