parent
3fd2db075b
commit
649b659b63
2 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,7 @@ import Textarea from 'pl-fe/components/ui/textarea';
|
|||
import Toggle from 'pl-fe/components/ui/toggle';
|
||||
import { useImageField } from 'pl-fe/hooks/forms/use-image-field';
|
||||
import { useAppDispatch } from 'pl-fe/hooks/use-app-dispatch';
|
||||
import { useAppSelector } from 'pl-fe/hooks/use-app-selector';
|
||||
import { useFeatures } from 'pl-fe/hooks/use-features';
|
||||
import { useOwnAccount } from 'pl-fe/hooks/use-own-account';
|
||||
import toast from 'pl-fe/toast';
|
||||
|
|
|
@ -8,6 +8,7 @@ import {
|
|||
InstanceInfoPanel,
|
||||
InstanceModerationPanel,
|
||||
} from 'pl-fe/features/ui/util/async-components';
|
||||
import { useAppSelector } from 'pl-fe/hooks/use-app-selector';
|
||||
import { useOwnAccount } from 'pl-fe/hooks/use-own-account';
|
||||
import { federationRestrictionsDisclosed } from 'pl-fe/utils/state';
|
||||
|
||||
|
|
Loading…
Reference in a new issue