Skip to content

Commit 497e759

Browse files
committed
lint fix
1 parent 62de6e2 commit 497e759

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/components/message/Reply.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ import { nicknamesAtom } from '$state/nicknames';
2424
import { useMatrixClient } from '$hooks/useMatrixClient';
2525
import { useMemberEventParser } from '$hooks/useMemberEventParser';
2626
import { StateEvent, MessageEvent } from '$types/matrix/room';
27+
import { useMentionClickHandler } from '$hooks/useMentionClickHandler';
2728
import { useTranslation } from 'react-i18next';
2829
import * as customHtmlCss from '$styles/CustomHtml.css';
2930
import {
@@ -34,7 +35,6 @@ import {
3435
} from './content';
3536
import * as css from './Reply.css';
3637
import { LinePlaceholder } from './placeholder';
37-
import { useMentionClickHandler } from '$hooks/useMentionClickHandler';
3838

3939
type ReplyLayoutProps = {
4040
userColor?: string;

0 commit comments

Comments
 (0)