Revert "pl-fe: lint"

This reverts commit 3fd2db075b.
This commit is contained in:
mkljczk 2024-12-03 15:20:49 +01:00
parent 3fd2db075b
commit 649b659b63
2 changed files with 2 additions and 0 deletions

View file

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

View file

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