refactor: clean up imports and move inline component definitions after imports

This commit is contained in:
plebeius
2026-01-03 16:17:48 +01:00
parent a7614db743
commit 9fe31c873b
2 changed files with 7 additions and 8 deletions
-1
View File
@@ -1,7 +1,6 @@
import { useEffect } from 'react';
import { useTranslation } from 'react-i18next';
import { Comment, Role, useComment, useEditedComment, useSubplebbit } from '@plebbit/plebbit-react-hooks';
import useSubplebbitsStore from '@plebbit/plebbit-react-hooks/dist/stores/subplebbits';
import { useSubplebbitField } from '../../hooks/use-stable-subplebbit';
import { useLocation, useNavigate, useParams } from 'react-router-dom';
import { isAllView } from '../../lib/utils/view-utils';