fix eslint

This commit is contained in:
Tom (plebeius.eth)
2024-06-20 15:00:31 +02:00
parent dda830848a
commit 092c25bb0c
3 changed files with 3 additions and 5 deletions
@@ -7,7 +7,6 @@ import { getHostname } from '../../lib/utils/url-utils';
import useFetchGifFirstFrame from '../../hooks/use-fetch-gif-first-frame';
import useIsMobile from '../../hooks/use-is-mobile';
import Embed, { canEmbed } from '../embed';
import _ from 'lodash';
interface MediaProps {
commentMediaInfo?: CommentMediaInfo;