pl-fe: lint
Signed-off-by: mkljczk <git@mkljczk.pl>
This commit is contained in:
parent
a1ab1e624a
commit
3fd2db075b
2 changed files with 0 additions and 2 deletions
|
@ -20,7 +20,6 @@ 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,7 +8,6 @@ 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