Skip to content

Commit b6822e7

Browse files
committed
chore: lint
1 parent b97f3da commit b6822e7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/routes/messages/index.lazy.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ import { forwardRef, HtmlHTMLAttributes, Ref } from 'react';
1212
import { Avatar } from '@/components/ui/avatar';
1313
import { Helmet } from 'react-helmet';
1414
import { useTranslation } from 'react-i18next';
15-
import { appName } from '@/config';
1615

1716
function Conversation({ convo }: { convo: BSkyConvo }) {
1817
const session = useBlueskyStore((state) => state.session);

0 commit comments

Comments
 (0)