My god is the everlasting sky! Your god lives beneath him.
This commit is contained in:
parent
7fe97e8075
commit
5297227501
1 changed files with 2 additions and 2 deletions
|
@ -5,12 +5,12 @@ import { fetchAccountByUsername } from 'soapbox/actions/accounts';
|
|||
import { deactivateUsers, deleteUsers, deleteStatus, toggleStatusSensitivity } from 'soapbox/actions/admin';
|
||||
import { openModal } from 'soapbox/actions/modals';
|
||||
import snackbar from 'soapbox/actions/snackbar';
|
||||
import OutlineBox from 'soapbox/components/outline-box';
|
||||
import { Stack, Text } from 'soapbox/components/ui';
|
||||
import AccountContainer from 'soapbox/containers/account_container';
|
||||
import { isLocal } from 'soapbox/utils/accounts';
|
||||
|
||||
import type { AppDispatch, RootState } from 'soapbox/store';
|
||||
import { Stack, Text } from 'soapbox/components/ui';
|
||||
import OutlineBox from 'soapbox/components/outline-box';
|
||||
|
||||
const messages = defineMessages({
|
||||
deactivateUserHeading: { id: 'confirmations.admin.deactivate_user.heading', defaultMessage: 'Deactivate @{acct}' },
|
||||
|
|
Loading…
Reference in a new issue